From 051d164d5b213ef1dfaebc5f54fffa858f04dae5 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 11 Oct 2013 05:53:23 +0200 Subject: Ensure that GRUB is installed onto the right device. --- partition.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/partition.sh b/partition.sh index a1f0f78..3b12468 100755 --- a/partition.sh +++ b/partition.sh @@ -26,6 +26,8 @@ if [ -d /proc/efi -o -d /sys/firmware/efi ]; then else fripost_mkpart $device bios_grub 8M +bios_grub fi +db_set grub-installer/bootdev $device +db_fset grub-installer/bootdev seen true # Create boot and system partitions part_boot=$( fripost_mkpart $device boot 64M ) -- cgit v1.2.3