Das Wiki ist im Nur-Lese-Modus, es wird durch ein neues Wiki ersetzt. Mehr Infos....

Dies ist eine Unterseite von Automatische_Installation_mit_PreSeed

accounts.cfg

#### Beschreibungen zum automatischem Anlegen von Usern

# To preseed the root password, you have to put it in the clear in this
# file. That is not a very good idea, use caution!
# !!! PW == vogelsang !!!
passwd passwd/root-password password vogelsang
passwd passwd/root-password-again password vogelsang


# If you want to skip creation of a normal user account.
#passwd passwd/make-user boolean false


# Alternatively, you can preseed the user's name and login.
# !!! UID == nutzer ; PW == villa !!!
passwd passwd/user-fullname string Debian Test User
passwd passwd/username string benutzer


# And their password, but use caution!
passwd passwd/user-password password villa
passwd passwd/user-password-again password villa

accounts.cfg_Datei (last edited 2008-01-08 20:39:29 by hitch)