X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=e5d724b55e68695214163ad79b9f4e3363b4fe13;hb=2c86fb71a71507c55bb79f03d135916ad7d5bd72;hp=cadc4708fb8e81a8f8fa2502cf3961e7de6d58b7;hpb=526ba1cce23f98c73f1e58584ba08bcfbbd942c2;p=grml-live.git diff --git a/grml-live b/grml-live index cadc470..e5d724b 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi set -e # global variables -GRML_LIVE_VERSION='0.9.27' +GRML_LIVE_VERSION='0.9.28' PN="$(basename $0)" CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)" @@ -771,8 +771,7 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then for file in "$BUILD_OUTPUT"/boot/addons/bsd4grml/boot.6 \ "$BUILD_OUTPUT"/boot/addons/bsd4grml/boot.cfg \ - "$BUILD_OUTPUT"/boot/isolinux/addons.cfg \ - "$BUILD_OUTPUT"/boot/isolinux/syslinux.cfg \ + "$BUILD_OUTPUT"/boot/isolinux/*.cfg \ "$BUILD_OUTPUT"/boot/grub/grub.cfg \ "$BUILD_OUTPUT"/boot/grub/menu.lst ; do if [ -e "$file" ] ; then @@ -989,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