This commit is contained in:
2025-06-30 20:59:05 +02:00
parent 2c9f8d2c07
commit da7bf98965
3 changed files with 18 additions and 30 deletions

View File

@@ -107,7 +107,7 @@ d-i netcfg/wireless_wep string
# Default value for the mirror protocol: http
#d-i mirror/protocol string ftp
d-i mirror/country string manual
d-i mirror/http/hostname string
d-i mirror/http/hostname string deb.debian.org
d-i mirror/http/directory string /debian
d-i mirror/http/proxy string
@@ -120,8 +120,8 @@ d-i mirror/http/proxy string
# Skip creation of a root account (normal user account will be able to
# use sudo).
d-i passwd/root-login boolean false
# Alternatively, to skip creation of a normal user account.
d-i passwd/make-user boolean false
# Create a normal user account - prompt for details during installation
d-i passwd/make-user boolean true
# Root password, either in clear text
#d-i passwd/root-password password r00tme
@@ -129,16 +129,8 @@ d-i passwd/make-user boolean false
# or encrypted using a crypt(3) hash.
#d-i passwd/root-password-crypted password [crypt(3) hash]
# To create a normal user account.
#d-i passwd/user-fullname string Debian User
#d-i passwd/username string debian
# Normal user's password, either in clear text
#d-i passwd/user-password password insecure
#d-i passwd/user-password-again password insecure
# or encrypted using a crypt(3) hash.
#d-i passwd/user-password-crypted password [crypt(3) hash]
# Create the first user with the specified UID instead of the default.
#d-i passwd/user-uid string 1010
# User account will be prompted during installation
# Username, full name, and password will be requested interactively
# The user account will be added to some standard initial groups. To
# override that, use this.