summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildlive3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildlive b/buildlive
index e1c971f..31babbd 100755
--- a/buildlive
+++ b/buildlive
@@ -71,3 +71,6 @@ do
install_live
cat "distro/$i/grub.cfg" >> "$GRUBCFG"
done
+
+grub-install --boot-directory="$ROOTPATH" --target=i386-pc "$DEVNAME"
+grub-install --boot-directory="$ROOTPATH" --efi-directory="$ROOTPATH" --bootloader-id=grub --target=x86_64-efi --no-nvram "$DEVNAME"