From ab015a4852a806013d073f4fd60effc2c88f2f1e Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sat, 21 Dec 2024 16:08:21 +0100 Subject: [PATCH] trisquel-automatic-netinstall-qemu: enable comments inside sections. Signed-off-by: Denis 'GNUtoo' Carikli --- .../preseed.cfg.tmpl | 32 ++++++++++++++----- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/trisquel-automatic-netinstall-qemu/preseed.cfg.tmpl b/trisquel-automatic-netinstall-qemu/preseed.cfg.tmpl index fe13cc2..6c77e61 100644 --- a/trisquel-automatic-netinstall-qemu/preseed.cfg.tmpl +++ b/trisquel-automatic-netinstall-qemu/preseed.cfg.tmpl @@ -12,32 +12,44 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# Accounts +############ +# Accounts # +############ d-i passwd/root-login boolean false d-i passwd/username string admin666 d-i passwd/user-fullname string admin666 d-i passwd/user-password password password d-i passwd/user-password-again password password -# Keyboard layout +################### +# Keyboard layout # +################### d-i keyboard-configuration/xkb-keymap select us -# Locales +########### +# Locales # +########### d-i debian-installer/locale string en_US -# Network +########### +# Network # +########### d-i netcfg/choose_interface select auto d-i netcfg/get_domain string test d-i netcfg/get_hostname string test -# Package management +###################### +# Package management # +###################### d-i mirror/country string manual d-i mirror/http/directory string /trisquel d-i mirror/http/hostname string mirror.fsf.org d-i mirror/http/proxy string @MIRROR_HTTP_PROXY@ popularity-contest popularity-contest/participate boolean false -# Partitioning +################ +# Partitioning # +################ d-i grub-installer/bootdev string /dev/vda d-i partman-auto-lvm/guided_size string max d-i partman-auto/choose_recipe select atomic @@ -53,11 +65,15 @@ d-i partman/confirm boolean true d-i partman/confirm_nooverwrite boolean true d-i partman/confirm_nooverwrite boolean true -# Timezone +############ +# Timezone # +############ d-i clock-setup/ntp boolean true d-i clock-setup/utc boolean true d-i time/zone string Europe/Paris -# Shutdown at the end +####################### +# Shutdown at the end # +####################### d-i finish-install/reboot_in_progress note d-i debian-installer/exit/poweroff boolean true