Wokay apparently it's not a super good idea to defined language/country/locale/keymap, the default behavior is probably better

This commit is contained in:
Alexandre Aubin 2021-01-25 02:44:56 +01:00
parent be37859c80
commit 8d44ff3484
3 changed files with 1 additions and 27 deletions

View file

@ -32,6 +32,6 @@ label expert
kernel /install.__ARCH__/vmlinuz
append preseed/file=/cdrom/simple-cdd/expert.preseed vga=788 initrd=/install.__ARCH__/initrd.gz -- quiet
label expertgui
menu label Graphical expert install
menu label Expert graphical install
kernel /install.__ARCH__/vmlinuz
append preseed/file=/cdrom/simple-cdd/expert.preseed video=vesa:ywrap,mtrr vga=788 initrd=/install.__ARCH__/gtk/initrd.gz -- quiet

View file

@ -14,25 +14,12 @@ d-i mirror/http/proxy string
### Localization
# Set default answers to question, but set them as "false" so that they're asked anyway
d-i debian-installer/language string en
d-i debian-installer/language seen false
d-i debian-installer/country string GB
d-i debian-installer/country seen false
d-i debian-installer/locale string en_GB.UTF-8
d-i debian-installer/locale seen false
d-i time/zone string Europe/Paris
d-i time/zone seen false
d-i clock-setup/utc boolean true
d-i clock-setup/ntp boolean true
d-i clock-setup/ntp-server string 0.fr.pool.ntp.org
d-i keyboard-configuration/xkb-keymap select us
d-i keyboard-configuration/xkb-keymap seen false
### Partitioning
d-i partman-auto/method string lvm
d-i partman-lvm/device_remove_lvm boolean true

View file

@ -15,25 +15,12 @@ d-i mirror/http/proxy seen false
### Localization
# Set default answers to question, but set them as "false" so that they're asked anyway
d-i debian-installer/language string en
d-i debian-installer/language seen false
d-i debian-installer/country string GB
d-i debian-installer/country seen false
d-i debian-installer/locale string en_GB.UTF-8
d-i debian-installer/locale seen false
d-i time/zone string Europe/Paris
d-i time/zone seen false
d-i clock-setup/utc boolean true
d-i clock-setup/ntp boolean true
d-i clock-setup/ntp-server string 0.fr.pool.ntp.org
d-i keyboard-configuration/xkb-keymap select us
d-i keyboard-configuration/xkb-keymap seen false
### Partitioning
d-i partman-auto/method string lvm
d-i partman-lvm/device_remove_lvm boolean true