PDA

View Full Version : [ubuntu] Preseed user creation in Ubiquity



wrix
March 27th, 2011, 09:42 AM
Hello, I was trying to remaster Ubuntu Cd for mass-scale automated install, the only problem I'm having creating a regular account in Ubiquity. Please, can anyone provide the preseed option to create a user account in Ubiquity with a default password say, "123". Thanks.

Goldengate01
March 30th, 2011, 01:48 AM
Hi,

You should use a preseed file (located in preseed directory), look at the options:

d-i passwd/user-fullname string "Your user name like Peter Doe"
d-i passwd/username string "peter"
d-i passwd/user-password password 123

Good luck!


Francisco