From 2a5eac41f12a4401a80f737664f755901cc02173 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sun, 25 Mar 2018 12:44:45 -0700 Subject: [PATCH] i686 should not use u-boot --- mknet.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mknet.sh.in b/mknet.sh.in index b04325e..22fe50a 100644 --- a/mknet.sh.in +++ b/mknet.sh.in @@ -158,7 +158,7 @@ info_msg "Install kernel and additional required netboot packages" # dracut-network provides the in-initrd network stack dialog is needed # by the install environment. ${INITRAMFS_COMPRESSION} is the name of # the compressor we want to use (lz4 by default). -if [ -z "${XBPS_TARGET_ARCH##*x86*}" ] ; then +if [ -z "${XBPS_TARGET_ARCH##*86*}" ] ; then # This platform is x86 or compatible, we should use # syslinux/pxelinux to boot the system. info_msg "Selecting syslinux bootloader"