trisquel-automatic-netinstall-qemu: move bootloader in its own section.

This makes it a bit more similar to Guix system configurations that
separate bootloaders and filesystem/block devices.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
Denis 'GNUtoo' Carikli 2024-12-21 16:09:28 +01:00
parent ab015a4852
commit 8019908e47
Signed by: GNUtoo
GPG key ID: 5F5DFCC14177E263

View file

@ -21,6 +21,11 @@ d-i passwd/user-fullname string admin666
d-i passwd/user-password password password
d-i passwd/user-password-again password password
##############
# Bootloader #
##############
d-i grub-installer/bootdev string /dev/vda
###################
# Keyboard layout #
###################
@ -50,7 +55,6 @@ popularity-contest popularity-contest/participate boolean false
################
# 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
d-i partman-auto/disk string /dev/vda