From: Thorsten Glaser Date: Wed, 1 Dec 2010 21:13:30 +0000 (+0000) Subject: some isoinfo versions apparently space out less… (SCNR) X-Git-Tag: v0.12.0~4 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=d2224799bdf78bab8b3c07107f056010d367a423 some isoinfo versions apparently space out less… (SCNR) Signed-off-by: Thorsten Glaser --- diff --git a/grml-live b/grml-live index 692fffb..6fe6ef4 100755 --- a/grml-live +++ b/grml-live @@ -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