Mailinglist Archive: opensuse-autoinstall (25 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] setting root password in autoyast
- From: Lars Stavholm <stava@xxxxxxxxxxx>
- Date: Wed, 04 Feb 2009 16:26:20 +0100
- Message-id: <4989B39C.4070707@xxxxxxxxxxx>
Werner Hack wrote:
Try setting this to "false" (since you're obviously using
an unencrypted password below).
/L
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
Hi,
how can I set a root password in autoyast installation (openSuSE 11.1).
I tried following syntax in autoyast.xml but the password for root is not set
after installation is done:
<users config:type="list">
<user>
<encrypted config:type="boolean">true</encrypted>
Try setting this to "false" (since you're obviously using
an unencrypted password below).
/L
<user_password>encrypted password</user_password>
<username>root</username>
</user>
</users>
Does anyone know what I am doing wrong?
While doing an installation manually it is possible to set a root password,
so I think it's also possible in autoyast installation via xml control.
Thanks in advance
Werner Hack
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |