diff options
author | Daniel Baumann <daniel@debian.org> | 2010-07-07 17:23:41 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-07-07 17:23:41 +0200 |
commit | 5a5bbcf23cbc8b7b0c999f01887e794d8c5ff207 (patch) | |
tree | ee9baf3c30c229e3a4630d492ac66eaaabed68ac | |
parent | 90b1e0d8fd7cccef30520bd12f3013533cbe312c (diff) | |
download | vyos-live-build-5a5bbcf23cbc8b7b0c999f01887e794d8c5ff207.tar.gz vyos-live-build-5a5bbcf23cbc8b7b0c999f01887e794d8c5ff207.zip |
Updating package name for isohybrid, in syslinux 4 it's in syslinux instead of syslinux-common.
-rwxr-xr-x | helpers/binary_iso | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/binary_iso b/helpers/binary_iso index 47de9d6d8..88a042d08 100755 --- a/helpers/binary_iso +++ b/helpers/binary_iso @@ -56,7 +56,7 @@ Check_package chroot/usr/bin/genisoimage genisoimage if [ "${LH_BINARY_IMAGES}" = "iso-hybrid" ] then - Check_package chroot/usr/bin/isohybrid syslinux-common + Check_package chroot/usr/bin/isohybrid syslinux fi # Restoring cache |