diff options
Diffstat (limited to 'archiso/mkarchiso')
-rwxr-xr-x | archiso/mkarchiso | 4 |
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 |