Actualiser preseed_debian_12_standard_ssh.txt
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
#### Contents of the preconfiguration file (for bookworm)
|
#### Contents of the preconfiguration file (for bookworm)
|
||||||
### Localization
|
### Localization
|
||||||
# Preseeding only locale sets language, country and locale.
|
# Preseeding only locale sets language, country and locale.
|
||||||
d-i debian-installer/locale string fr_CH.UTF-8
|
#d-i debian-installer/locale string fr_CH.UTF-8
|
||||||
|
|
||||||
# The values can also be preseeded individually for greater flexibility.
|
# The values can also be preseeded individually for greater flexibility.
|
||||||
#d-i debian-installer/language string en
|
#d-i debian-installer/language string en
|
||||||
@@ -118,9 +118,9 @@ d-i mirror/http/proxy string
|
|||||||
### Account setup
|
### Account setup
|
||||||
# Skip creation of a root account (normal user account will be able to
|
# Skip creation of a root account (normal user account will be able to
|
||||||
# use sudo).
|
# use sudo).
|
||||||
#d-i passwd/root-login boolean false
|
d-i passwd/root-login boolean false
|
||||||
# Alternatively, to skip creation of a normal user account.
|
# Alternatively, to skip creation of a normal user account.
|
||||||
#d-i passwd/make-user boolean false
|
d-i passwd/make-user boolean false
|
||||||
|
|
||||||
# Root password, either in clear text
|
# Root password, either in clear text
|
||||||
#d-i passwd/root-password password r00tme
|
#d-i passwd/root-password password r00tme
|
||||||
|
|||||||
Reference in New Issue
Block a user