Updating package name for isohybrid, in syslinux 4 it's in syslinux instead of syslinux-common.
This commit is contained in:
parent
64df321793
commit
3f8d2f62b3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue