From: Ulrich Dangel Date: Wed, 28 Oct 2009 23:57:47 +0000 (+0100) Subject: Renamed stage_eltorito to stage to get rid of name mangling problems with fat X-Git-Tag: v0.9.29~1 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=2c86fb71a71507c55bb79f03d135916ad7d5bd72 Renamed stage_eltorito to stage to get rid of name mangling problems with fat --- diff --git a/grml-live b/grml-live index 6a6a8b6..e5d724b 100755 --- 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 diff --git a/templates/boot/grub/stage2_eltorito b/templates/boot/grub/stage2 similarity index 100% rename from templates/boot/grub/stage2_eltorito rename to templates/boot/grub/stage2