From d2224799bdf78bab8b3c07107f056010d367a423 Mon Sep 17 00:00:00 2001 From: Thorsten Glaser Date: Wed, 1 Dec 2010 21:13:30 +0000 Subject: [PATCH] =?utf8?q?some=20isoinfo=20versions=20apparently=20space?= =?utf8?q?=20out=20less=E2=80=A6=20(SCNR)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Thorsten Glaser --- grml-live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4