X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-live;h=76c8767b391032f2061ee55b46a931fa3685bf8a;hb=f48b8887aeda5377b8d1d3444684fe1ac7d9dace;hp=e3dc52834927742bca68da4bd5e7d927c2ae4722;hpb=e8c652b0062907ed9598e4fc1c887ee1e22e1d38;p=grml-live.git diff --git a/grml-live b/grml-live index e3dc528..76c8767 100755 --- a/grml-live +++ b/grml-live @@ -370,7 +370,7 @@ find .. -type f -not -name md5sums -exec md5sum {} \; > md5sums ) # ISO_TARGET - mkisofs {{{ [ -n "$ISO_TARGET" ] || ISO_TARGET="$TARGET/grml_isos" -[ -n "$ISO_NAME" ] || ISO_NAME="$GRML_NAME_${VERSION}.iso" +[ -n "$ISO_NAME" ] || ISO_NAME="${GRML_NAME}_${VERSION}.iso" if [ "$BOOT_METHOD" = "isolinux" ] ; then BOOT_FILE="boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat"