From 371c60ef53b067bb6fcada208a3efbc72050033c Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 25 Feb 2015 14:24:58 +0100 Subject: [PATCH 1/1] Add syslinux-utils to Recommends + adjust error message for isohybrid isohybrid was moved from isolinux to syslinux-utils in Debian/jessie, see #751724 --- debian/control | 1 + grml2iso | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e2fbeb7..3b11cd7 100644 --- a/debian/control +++ b/debian/control @@ -26,6 +26,7 @@ Depends: mtools, ${misc:Depends}, ${shlibs:Depends} Recommends: syslinux, + syslinux-utils, xorriso | genisoimage Description: install Grml system / ISO to usb device This script installs a Grml ISO to an USB device to be able diff --git a/grml2iso b/grml2iso index 43f57c1..d8f4be5 100755 --- a/grml2iso +++ b/grml2iso @@ -37,7 +37,7 @@ else fi if ! which isohybrid >/dev/null 2>&1 ; then - echo "Error: isohybrid executable not found (install syslinux/isolinux?)." >&2 + echo "Error: isohybrid executable not found (install syslinux/isolinux/syslinux-utils?)." >&2 exit 1 fi # }}} -- 2.1.4