index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-09 10:54:05 -0800 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-18 22:09:18 -0600 |
commit | fe517fb0fcbc3a2e97015a512e2eb7171f140025 (patch) | |
tree | 26503e6fa5af9cd3a1d8f0952731a2b848e50fed | |
parent | f918440da124b5571800b91be7f2980dc06ec438 (diff) |
-rwxr-xr-x | archiso/mkarchiso | 4 |
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 |