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@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org