From fe517fb0fcbc3a2e97015a512e2eb7171f140025 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 9 Dec 2008 10:54:05 -0800 Subject: Fix isolinux support (pkgname) Package name is 'syslinux' Signed-off-by: Aaron Griffin --- archiso/mkarchiso | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archiso/mkarchiso b/archiso/mkarchiso index 83cede7..7cb4cb9 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -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 -- cgit v1.2.2