Update syslinux 6.02 support for noarch change
syslinux-nonlinux is now noarch, update the template. Add loading of the other syslinux modules to the live x86.tmpl
This commit is contained in:
parent
17eee3ab1a
commit
127e6c7df1
@ -47,7 +47,7 @@ Requires: hfsplus-tools
|
||||
%endif
|
||||
|
||||
%ifarch %{ix86} x86_64
|
||||
Requires: syslinux >= 4.02-5
|
||||
Requires: syslinux >= 6.02-4
|
||||
%endif
|
||||
|
||||
%ifarch ppc ppc64
|
||||
|
@ -16,6 +16,9 @@ treeinfo stage2 mainimage ${LIVEDIR}/squashfs.img
|
||||
mkdir ${BOOTDIR}
|
||||
install ${SYSLINUXDIR}/isolinux.bin ${BOOTDIR}
|
||||
install ${SYSLINUXDIR}/vesamenu.c32 ${BOOTDIR}
|
||||
install ${SYSLINUXDIR}/ldlinux.c32 ${BOOTDIR}
|
||||
install ${SYSLINUXDIR}/libcom32.c32 ${BOOTDIR}
|
||||
install ${SYSLINUXDIR}/libutil.c32 ${BOOTDIR}
|
||||
install ${configdir}/isolinux.cfg ${BOOTDIR}
|
||||
install ${configdir}/boot.msg ${BOOTDIR}
|
||||
install ${configdir}/grub.conf ${BOOTDIR}
|
||||
|
@ -32,7 +32,7 @@ installpkg grubby
|
||||
installpkg efibootmgr grub2-efi shim shim-unsigned
|
||||
%endif
|
||||
%if basearch in ("i386", "x86_64"):
|
||||
installpkg grub2 grub2-tools biosdevname memtest86+ syslinux syslinux-nonlinux.i686
|
||||
installpkg grub2 grub2-tools biosdevname memtest86+ syslinux syslinux-nonlinux
|
||||
%endif
|
||||
%if basearch in ("ppc", "ppc64", "ppc64le"):
|
||||
installpkg grub2 grub2-tools fbset hfsutils kernel-bootwrapper ppc64-utils
|
||||
|
Loading…
Reference in New Issue
Block a user