Fix isolinux support (pkgname)

Package name is 'syslinux'

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
Aaron Griffin 2008-12-09 10:54:05 -08:00
parent f918440da1
commit fe517fb0fc

View File

@ -201,7 +201,7 @@ command_image () {
fi
bootflags="-b boot/grub/stage2_eltorito"
elif [ "$PKGLIST" = "isolinux" ]; then
elif [ "$PKGLIST" = "syslinux" ]; then
if ! pacman -Qi $PKGLIST >/dev/null 2>&1; then
echo "$PKGLIST not found on host system. Cannot install!"
exit 1
@ -218,7 +218,7 @@ command_image () {
echo " Supported Bootloaders:"
echo " grub"
echo " grub-gfx"
echo " isolinux"
echo " syslinux"
exit 1
fi