From: Michael Prokop Date: Wed, 17 Sep 2014 20:37:38 +0000 (+0200) Subject: isohybrid binary moved to syslinux-utils, update Recommends + error msg X-Git-Tag: v0.26.0~3 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=038aa8ee761d650f999fcf486fe7d95e5a27d47a isohybrid binary moved to syslinux-utils, update Recommends + error msg --- diff --git a/debian/control b/debian/control index 70f4038..e2d8903 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,8 @@ Recommends: grml-live-db, grub-pc-bin, ia32-libs, imagemagick, - ipxe + ipxe, + syslinux-utils Suggests: fai-doc, grml-live-addons, grml-live-compat diff --git a/grml-live b/grml-live index 84ef39c..90f6438 100755 --- a/grml-live +++ b/grml-live @@ -1394,7 +1394,7 @@ else fi elif [ "$HYBRID_METHOD" = "isohybrid" ] ; then if ! which isohybrid >/dev/null 2>&1 ; then - bailout 12 "isohybrid binary not found - please install syslinux/syslinux-common" + bailout 12 "isohybrid binary not found - please install syslinux/syslinux-common/syslinux-utils" else log "Creating hybrid ISO file with isohybrid method" einfo "Creating hybrid ISO file with isohybrid method"