isohybrid binary moved to syslinux-utils, update Recommends + error msg
authorMichael Prokop <mika@grml.org>
Wed, 17 Sep 2014 20:37:38 +0000 (22:37 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 17 Sep 2014 20:37:42 +0000 (22:37 +0200)
debian/control
grml-live

index 70f4038..e2d8903 100644 (file)
@@ -32,7 +32,8 @@ Recommends: grml-live-db,
             grub-pc-bin,
             ia32-libs,
             imagemagick,
             grub-pc-bin,
             ia32-libs,
             imagemagick,
-            ipxe
+            ipxe,
+            syslinux-utils
 Suggests: fai-doc,
           grml-live-addons,
           grml-live-compat
 Suggests: fai-doc,
           grml-live-addons,
           grml-live-compat
index 84ef39c..90f6438 100755 (executable)
--- 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
         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"
         else
           log   "Creating hybrid ISO file with isohybrid method"
           einfo "Creating hybrid ISO file with isohybrid method"