From 2c86fb71a71507c55bb79f03d135916ad7d5bd72 Mon Sep 17 00:00:00 2001 From: Ulrich Dangel Date: Thu, 29 Oct 2009 00:57:47 +0100 Subject: [PATCH] Renamed stage_eltorito to stage to get rid of name mangling problems with fat --- grml-live | 2 +- templates/boot/grub/{stage2_eltorito => stage2} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename templates/boot/grub/{stage2_eltorito => stage2} (100%) 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 -- 2.1.4