Actualiser preseed_debian_12_standard_ssh.txt

This commit is contained in:
2025-06-02 10:43:42 +02:00
parent e1261b4f6a
commit 9511008006

View File

@@ -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