Move squashfs into flavour-specific path
[grml-live.git] / etc / grml / fai / config / scripts / GRMLBASE / 44-grub
index 0aac0f1..9ba617a 100755 (executable)
@@ -13,7 +13,7 @@ $ROOTCMD mkdir -p /boot/grub
 
 $ROOTCMD grub-mkimage -d /usr/lib/grub/i386-pc \
   -o /boot/grub/core.img \
-  biosdisk iso9660 \
+  biosdisk iso9660 fat \
   --format=i386-pc
 
 ## END OF FILE #################################################################