X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=8a37c17d4341c579d37e390a343835e7c75aa768;hb=690d95be9c1a79d8c64ed8eb4d533feb29402593;hp=692fffb111f3f527b1d88246a301c6dc9aab7415;hpb=a0ae611a865ecd968c6ff7451e5cad6d71e13ffc;p=grml-live.git diff --git a/grml-live b/grml-live index 692fffb..8a37c17 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi set -e # global variables -GRML_LIVE_VERSION='0.11.0' +GRML_LIVE_VERSION='0.12.0' PN="$(basename $0)" CMDLINE="$0 $@" SOURCES_LIST_FILE='/etc/grml/fai/apt/sources.list' @@ -1090,7 +1090,7 @@ else else # isoinfo is part of both mkisofs and genisoimage so we're good bootoff=$(isoinfo -l -i "${ISO_OUTPUT}/${ISO_NAME}" | \ - sed -n '/^.*\[ *\([0-9]*\)[] ].* ISOLINUX.BIN;1 *$/s//\1/p') + sed -n '/^.*\[ *\([0-9]*\)[] ].* ISOLINUX.BIN;1 *$/s//\1/p') if ! [ -r boot/grub/core.img ] ; then ewarn "boot/grub/core.img not found, not creating manifold boot ISO file" elif [ "${bootoff:-0}" -lt 1 ] ; then