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