diff --git a/hooks/common/82-install-grub-legacy b/hooks/common/82-install-grub-legacy index 6218bb6..41c580c 100755 --- a/hooks/common/82-install-grub-legacy +++ b/hooks/common/82-install-grub-legacy @@ -37,6 +37,9 @@ else installDebianPackage ${prefix} grub fi +if [ ! -e ${prefix}/boot/grub/default ]; then + echo default > ${prefix}/boot/grub/default +fi chroot ${prefix} /usr/sbin/update-grub else