diff --git a/menu.cfg b/menu.cfg index 8bd77fb..0cf8614 100644 --- a/menu.cfg +++ b/menu.cfg @@ -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 diff --git a/profiles/default.preseed b/profiles/default.preseed index 99c1485..dd5246f 100644 --- a/profiles/default.preseed +++ b/profiles/default.preseed @@ -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 diff --git a/profiles/expert.preseed b/profiles/expert.preseed index e2656a8..44f7d04 100644 --- a/profiles/expert.preseed +++ b/profiles/expert.preseed @@ -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