diff --git a/src/virt-install/user-data.tpl b/src/virt-install/user-data.tpl index c6d7211..33cddfb 100644 --- a/src/virt-install/user-data.tpl +++ b/src/virt-install/user-data.tpl @@ -7,7 +7,7 @@ chpasswd: {{expire: False}} ssh_pwauth: True ssh_authorized_keys: - {data.public_key} -{bootmd} +{data.bootcmd} runcmd: - "service sshd restart" - "subscription-manager register --username {data.rhn_user} --password '{data.rhn_password}'"