diff --git a/elements/vm/finalise.d/51-grub b/elements/vm/finalise.d/51-grub index 1bdbacb72..4ee5517e9 100755 --- a/elements/vm/finalise.d/51-grub +++ b/elements/vm/finalise.d/51-grub @@ -26,7 +26,7 @@ GRUB_OPTS=${GRUB_OPTS:---modules="biosdisk part_msdos"} if [ $DIB_RELEASE != 'precise' ]; then GRUB_OPTS="$GRUB_OPTS --target=i386-pc" fi -$GRUBNAME $GRUB_OPTS $BOOT_DEV +$GRUBNAME "$GRUB_OPTS" $BOOT_DEV # This might be better factored out into a per-distro 'install-bootblock' # helper. if [ -f "/boot/grub/grub.cfg" ] ; then