Hello. I have just got the autoinstall system up and running, but am experiencing some problems. In order of not flooding the list with descriptions, I'll just speak of one of them. I am trying to install a fresh locally downloaded 8.2 distro in its ftp-site. While i get some ISOLINUX errors, the install process starts and ends as expected except: The root user account is created but others account are not. This is the .xml excerpt: <?xml version="1.0"?> <!DOCTYPE profile SYSTEM "/usr/share/YaST2/include/autoinstall/profile.dtd"> <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns"> <configure> <users config:type="list"> <user> <encrypted config:type="boolean">true</encrypted> <user_password>z9GVieH7YNmSE</user_password> <username>root</username> </user> <user> <encrypted config:type="boolean">false</encrypted> <user_password>clh</user_password> <username>clh</username> </user> <user> <encrypted config:type="boolean">false</encrypted> <user_password>pgomez</user_password> <username>pgomez</username> <uid>1000</uid> </user> </users> </profile> of course the real file is different. As root is succesfully created, I tried to supply encrypted passwords both for 'pgomez' and 'clh' users without luck. Any clue? Thanks in advance! PG