i686 should not use u-boot

This commit is contained in:
Michael Aldridge 2018-03-25 12:44:45 -07:00
parent 8bf037d103
commit 2a5eac41f1
1 changed files with 1 additions and 1 deletions

View File

@ -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"