From: Michael Prokop Date: Fri, 16 Dec 2011 09:50:43 +0000 (+0100) Subject: GRMLBASE/44-grub: make sure directory /boot/grub exists X-Git-Tag: v0.17.1~29 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=8441a6a4913d0204c780f8ed244b2af96bf767eb GRMLBASE/44-grub: make sure directory /boot/grub exists Looks like directory /boot/grub doesn't necessarily exist yet if grml2hd isn't installed. Thanks: Thomas Koehler for the bugreport --- diff --git a/etc/grml/fai/config/scripts/GRMLBASE/44-grub b/etc/grml/fai/config/scripts/GRMLBASE/44-grub index 7083d0c..0aac0f1 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/44-grub +++ b/etc/grml/fai/config/scripts/GRMLBASE/44-grub @@ -9,6 +9,8 @@ set -e set -u +$ROOTCMD mkdir -p /boot/grub + $ROOTCMD grub-mkimage -d /usr/lib/grub/i386-pc \ -o /boot/grub/core.img \ biosdisk iso9660 \