Mailinglist Archive: opensuse-autoinstall (50 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] no user root in reference xml file
- From: Ulrich Hölscher <ulrich.hoelscher@xxxxxxxxx>
- Date: Thu, 15 May 2008 19:03:47 +0200
- Message-id: <F683DD51-A01A-40A7-8E30-2FB69EFA2067@xxxxxxxxx>
Hallo,
you included "User Management" in the Additional Resources Tab? This should include the users of your /etc/passwd file with their passwords. If you just need the root user you can add it manually:
<users config:type="list">
<user>
<encrypted config:type="boolean">true</encrypted>
<fullname>root</fullname>
<gid>0</gid>
<home>/root</home>
<password_settings>
<expire></expire>
<flag></flag>
<inact></inact>
<max>99999</max>
<min>0</min>
<warn>7</warn>
</password_settings>
<shell>/bin/bash</shell>
<uid>0</uid>
<user_password>***hash***</user_password>
<username>root</username>
</user>
</users>
regards,
Ulrich
On May 15, 2008, at 6:36 PM, Ralf Prengel wrote:
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
you included "User Management" in the Additional Resources Tab? This should include the users of your /etc/passwd file with their passwords. If you just need the root user you can add it manually:
<users config:type="list">
<user>
<encrypted config:type="boolean">true</encrypted>
<fullname>root</fullname>
<gid>0</gid>
<home>/root</home>
<password_settings>
<expire></expire>
<flag></flag>
<inact></inact>
<max>99999</max>
<min>0</min>
<warn>7</warn>
</password_settings>
<shell>/bin/bash</shell>
<uid>0</uid>
<user_password>***hash***</user_password>
<username>root</username>
</user>
</users>
regards,
Ulrich
On May 15, 2008, at 6:36 PM, Ralf Prengel wrote:
Hallo,
i m using Yast2 autoyast to build an reference-file.
That is working fine and an full installtion via small bootdisk and autoyast using a http-server works fine.
But now after several experiments I ve the following problem. The users aren t stored any longer in the xml-file.
That is definitly a problem because without a working root-login nothing works.
It s no problem to merge an older working file with a newer one to configure root but I want to find out what is going wrong.
Thanks for hints
Ralf Prengel
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall +help@xxxxxxxxxxxx
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |