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:
parent
ab015a4852
commit
8019908e47
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue