2021-11-03 23:52:45

This commit is contained in:
gbaconni
2021-11-03 23:52:45 +01:00
parent d4a9cb24df
commit 7bbc9ff896

View File

@@ -1,4 +1,5 @@
#_preseed_V1 #_preseed_V1
d-i debconf/priority high
#### Contents of the preconfiguration file (for bullseye) #### Contents of the preconfiguration file (for bullseye)
### Localization ### Localization
# Preseeding only locale sets language, country and locale. # Preseeding only locale sets language, country and locale.
@@ -66,13 +67,16 @@ d-i netcfg/dhcp_options select Configure network manually
# Any hostname and domain names assigned from dhcp take precedence over # Any hostname and domain names assigned from dhcp take precedence over
# values set here. However, setting the values still prevents the questions # values set here. However, setting the values still prevents the questions
# from being shown, even if values come from dhcp. # from being shown, even if values come from dhcp.
d-i netcfg/get_hostname string gbaconni42 d-i netcfg/get_hostname string unassigned-hostname
d-i netcfg/get_domain string 42lausanne.ch d-i netcfg/get_domain string unassigned-domain
# If you want to force a hostname, regardless of what either the DHCP # If you want to force a hostname, regardless of what either the DHCP
# server returns or what the reverse DNS entry for the IP is, uncomment # server returns or what the reverse DNS entry for the IP is, uncomment
# and adjust the following line. # and adjust the following line.
d-i netcfg/hostname string gbaconni42 d-i netcfg/hostname string gbaconni42
d-i netcfg/hostname seen false
d-i netcfg/domain string 42lausanne.ch
d-i netcfg/domain seen false
# Disable that annoying WEP key dialog. # Disable that annoying WEP key dialog.
d-i netcfg/wireless_wep string d-i netcfg/wireless_wep string
@@ -311,6 +315,7 @@ d-i partman/confirm_nooverwrite boolean true
# Force UEFI booting ('BIOS compatibility' will be lost). Default: false. # Force UEFI booting ('BIOS compatibility' will be lost). Default: false.
#d-i partman-efi/non_efi_system boolean true #d-i partman-efi/non_efi_system boolean true
d-i partman-efi/non_efi_system boolean false
# Ensure the partition table is GPT - this is required for EFI # Ensure the partition table is GPT - this is required for EFI
#d-i partman-partitioning/choose_label string gpt #d-i partman-partitioning/choose_label string gpt
#d-i partman-partitioning/default_label string gpt #d-i partman-partitioning/default_label string gpt