From 08c28d512d7e31608ca6bfcb23344fdfed4b2ed1 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 29 May 2017 18:34:34 +0200 Subject: Update preseed.cfg --- preseed.cfg | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/preseed.cfg b/preseed.cfg index 66b1426..4965359 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -61,7 +61,7 @@ d-i fripost/partition-script string /cdrom/include/partition.sh # Network. You probably want to change the host and domain names. d-i netcfg/choose_interface select auto -d-i netcfg/hostname string mistral +d-i netcfg/get_hostname string civett d-i netcfg/get_domain string fripost.org @@ -71,10 +71,10 @@ d-i netcfg/get_domain string fripost.org adduser adduser/homedir-permission boolean false d-i passwd/root-login boolean false d-i passwd/shadow boolean true -d-i passwd/user-fullname string Guilhem Moulin -d-i passwd/username string guilhem +d-i passwd/user-fullname string Leif-Jöran Olsson +d-i passwd/username string ljo # TODO: should be generated by preseed.sh: echo ... | mkpasswd -s -m SHA-512 -d-i passwd/user-password-crypted password $6$QjLeZdW1O$9VymVDc5q6NctEylAqObvmP4S7FXk1ckCPaHua0JaiFSaTeTKoWxaP7bQoUWvzCPDY23Xqthg87QDBbaCY9BP0 +d-i passwd/user-password-crypted password $6$bf9/Eo6Tyz$sEq8aa225jvvAO5CF.PGtJuZyXfU2AykqqFvCs1n8vaj5yoiy04jtivvgO6H2UavnVkbm7nH3ZRGxuLPGehYs1 ################################################################################ @@ -82,8 +82,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 +d-i keyboard-configuration/xkb-keymap string locales locales/default_environment_locale string en_US.UTF-8 locales locales/locales_to_be_generated string en_US.UTF-8 UTF-8, sv_SE.UTF-8 UTF-8 @@ -102,14 +101,19 @@ d-i time/zone string Europe/Stockholm # dpkg/APT (install minimal system) # Debian archive mirror hostname (installer only): -d-i mirror/http/hostname string ftp.se.debian.org +d-i mirror/country string manual +d-i mirror/http/hostname string ftp.se.debian.org +d-i mirror/http/directory string /debian +d-i mirror/http/proxy string popularity-contest popularity-contest/participate boolean true d-i base-installer/kernel/image string linux-image-amd64 d-i base-installer/kernel/linux/initramfs-generators string initramfs-tools +postfix postfix/main_mailer_type string No configuration +postfix postfix/mailname string localhost.localdomain # A subset of 'standard' is interesting: tasksel --task-packages standard tasksel tasksel/first string -d-i pkgsel/include string dbus git heirloom-mailx python-apt etckeeper \ +d-i pkgsel/include string git heirloom-mailx python-apt etckeeper \ bash bash-completion \ bind9-host curl screen \ postfix vim-nox -- cgit v1.2.3