Revert accidental addition of fat to grub2 core.img
authorChristian Hofstaedtler <ch@grml.org>
Wed, 21 Dec 2011 23:47:49 +0000 (00:47 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Wed, 21 Dec 2011 23:47:49 +0000 (00:47 +0100)
etc/grml/fai/config/scripts/GRMLBASE/44-grub

index 9ba617a..0aac0f1 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 fat \
+  biosdisk iso9660 \
   --format=i386-pc
 
 ## END OF FILE #################################################################