diff options
-rwxr-xr-x | partition.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 ) |