Renamed stage_eltorito to stage to get rid of name mangling problems with fat
authorUlrich Dangel <uli@spamt.net>
Wed, 28 Oct 2009 23:57:47 +0000 (00:57 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 29 Oct 2009 00:04:56 +0000 (01:04 +0100)
grml-live
templates/boot/grub/stage2 [moved from templates/boot/grub/stage2_eltorito with 100% similarity]

index 6a6a8b6..e5d724b 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -988,7 +988,7 @@ find .. -type f -not -name md5sums -not -name isolinux.bin -exec md5sum {} \; >
 if [ "$BOOT_METHOD" = "isolinux" ] ; then
    BOOT_FILE="boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat"
 elif [ "$BOOT_METHOD" = "grub" ] ; then
-   BOOT_FILE="boot/grub/stage2_eltorito"
+   BOOT_FILE="boot/grub/stage2"
 fi
 
 if [ -f "${ISO_OUTPUT}/${ISO_NAME}" -a -z "$UPDATE" -a -z "$BUILD_ONLY" -a -z "$BUILD_DIRTY" -a "$FORCE_ISO_REBUILD" = "false" ]  ; then