From 6bf0be8743701d0c583e1d3025ec8b9ddf062397 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 7 Feb 2014 18:37:01 +0100 Subject: [PATCH] Fix logic of isohybrid execution if uefi option is not supported This fixes a problem which makes all 32bit Grml systems unbootable via grml2iso because uefi isn't supported there. --- grml2iso | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grml2iso b/grml2iso index a3bab29..43f57c1 100755 --- a/grml2iso +++ b/grml2iso @@ -293,10 +293,10 @@ Options: echo "isohybrid version supports --uefi option" ISOHYBRID_OPTIONS=--uefi fi - - echo "Creating dd-able ISO using isohybrid" - isohybrid $ISOHYBRID_OPTIONS "$ISOFILE" fi + + echo "Creating dd-able ISO using isohybrid" + isohybrid $ISOHYBRID_OPTIONS "$ISOFILE" # }}} # cleanup {{{ -- 2.1.4