summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-12-09 10:54:05 -0800
committerAaron Griffin <aaronmgriffin@gmail.com>2008-12-18 22:09:18 -0600
commitfe517fb0fcbc3a2e97015a512e2eb7171f140025 (patch)
tree26503e6fa5af9cd3a1d8f0952731a2b848e50fed
parentf918440da124b5571800b91be7f2980dc06ec438 (diff)
Fix isolinux support (pkgname)
Package name is 'syslinux' Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-rwxr-xr-xarchiso/mkarchiso4
1 files 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