From 9511008006507f81dc0c1dbf32b9a3e982c22e2e Mon Sep 17 00:00:00 2001 From: Philippe Favre Date: Mon, 2 Jun 2025 10:43:42 +0200 Subject: [PATCH] Actualiser preseed_debian_12_standard_ssh.txt --- preseed_debian_12_standard_ssh.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/preseed_debian_12_standard_ssh.txt b/preseed_debian_12_standard_ssh.txt index b0f04a1..7302bb3 100644 --- a/preseed_debian_12_standard_ssh.txt +++ b/preseed_debian_12_standard_ssh.txt @@ -2,7 +2,7 @@ #### Contents of the preconfiguration file (for bookworm) ### Localization # 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. #d-i debian-installer/language string en @@ -118,9 +118,9 @@ d-i mirror/http/proxy string ### Account setup # Skip creation of a root account (normal user account will be able to # 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. -#d-i passwd/make-user boolean false +d-i passwd/make-user boolean false # Root password, either in clear text #d-i passwd/root-password password r00tme