My first try to install a SuSE Linux test system via AutoYast2 was near successfully.

After installing automatically the system boot up correct and pop up the login screen, but a login fails (Login incorrect) with both accounts (see autoinst.xml).

I have used the standard SuSE 8.0 CD Roms and the autoinst.xml file was saved on a floppy.

I am shure that I have entered the passwords correct and CapsLock was not active -: )

 

Here a part of the autinst.xml created with AutoYast2 :

 

...

<users config:type="list" >

   <user>

    <encrypted config:type="boolean" >true</encrypted>

    <user_password>root123</user_password>

    <username>root</username>

   </user>

   <user>

    <encrypted config:type="boolean" >true</encrypted>

    <user_password>sms123</user_password>

    <username>sms</username>

   </user>

</users>

...

 

Thanks!

Guido Frohn