Mailinglist Archive: opensuse-autoinstall (52 mails)

< Previous Next >
[opensuse-autoinstall] How to assign *root* shell (= /bin/tcsh) in AutoYast-profile?
  • From: "Wil Decius" <wilson.decius@xxxxxxxxx>
  • Date: Mon, 21 Jul 2008 18:15:17 -0700
  • Message-id: <769e0ec0807211815s25c1a006n465edb8def080f6c@xxxxxxxxxxxxxx>
I've created an Opensuse11 AutoYast profile.

I've assigned the "root" user's shell to "/bin/tcsh".

The generated AutoYast source is:

<users config:type="list">
<user>
<username>root</username>
<encrypted config:type="boolean">true</encrypted>
<password_settings>
<inact>-1</inact>
<max>-1</max>
<min>-1</min>
<warn>-1</warn>
</password_settings>
<user_password>$2a...$O</user_password>
</user>
</users>
<user_defaults>
<expire></expire>
<group>25</group>
<groups>video,dialout</groups>
<home>/home</home>
<inactive>-1</inactive>
<shell>/bin/tcsh</shell>
<skel>/etc/skel</skel>
</user_defaults>

The AutoYast install works, and I can boot from the resulting system.

But, "root" comes up in /bin/bash shell. I can easily "chsh -s
/bin/tcsh" @ shell; next reboot all's OK.

How can I make sure the AutoYast-installed system correctly assigns
root-shell to /bin/tcsh?

Wil
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups