PDA

View Full Version : preseed file (adding users)



david.simpson
May 1st, 2015, 04:06 PM
I have added a user via a preseed file. The install still asks (in text mode) if I would like to add any more. Is there anyway to stop this in the preseed file?


( auto=true priority=critical are in the pxe default file.)

david.simpson
July 24th, 2015, 09:58 AM
I ended up adding root and another user account (within the preseed)... I think this solved it somewhere along the line

d-i passwd/root-login boolean true
d-i passwd/root-password-crypted password AGENERATEDPW

d-i passwd/make-user boolean true
d-i passwd/user-fullname AUSER
d-i passwd/username string AUSER
d-i passwd/user-default-groups string AGROUP