From 73d116b62c228ce58e39f6723e35ebba3e582149 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 7 May 2015 13:21:45 +0200 Subject: Upgrade the preseed script to make it work with Debian Jessie. --- preseed.cfg | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'preseed.cfg') diff --git a/preseed.cfg b/preseed.cfg index c08e9e1..cde10d6 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -49,8 +49,8 @@ d-i fripost/partition-script string /cdrom/include/partition.sh # Install and activate (in enforcing mode) SELinux? Note that activating # SELinux requires a dummy reboot to label all files. So if you have full-disk -# encryption, you'll have to send the password twice to dropbear. (Default: true) -#d-i fripost/activate-selinux boolean true +# encryption, you'll have to send the password twice to dropbear. (Default: false) +#d-i fripost/activate-selinux boolean false # Keep /media and its kids' entries in the fstab? /media (and its related # entries in the fstab) can safely be removed on a headless server. (Default: @@ -87,6 +87,7 @@ d-i passwd/user-password-crypted password $6$QjLeZdW1O$9VymVDc5q6NctEylAqObvmP4S d-i debian-installer/locale string en_US.UTF-8 d-i localechooser/supported-locales multiselect sv_SE.UTF-8 +d-i keyboard-configuration/xkb-keymap select us d-i keymap skip-config locales locales/default_environment_locale string en_US.UTF-8 @@ -113,10 +114,10 @@ d-i base-installer/kernel/image string linux-image-amd64 d-i base-installer/kernel/linux/initramfs-generators string initramfs-tools # A subset of 'standard' is interesting: tasksel --task-packages standard tasksel tasksel/first string -d-i pkgsel/include string git heirloom-mailx python-apt etckeeper \ +d-i pkgsel/include string dbus git heirloom-mailx python-apt etckeeper \ bash bash-completion \ bind9-host curl screen \ - postfix vim-nox emacs23-nox + postfix vim-nox d-i pkgsel/upgrade select safe-upgrade d-i preseed/early_command string anna-install fripost-partman fripost-postinst -- cgit v1.2.3