Update to support syslinux 6.02
This commit is contained in:
parent
d04a99e8f4
commit
e38e17259d
@ -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
|
||||
installpkg grub2 grub2-tools biosdevname memtest86+ syslinux syslinux-nonlinux.i686
|
||||
%endif
|
||||
%if basearch in ("ppc", "ppc64", "ppc64le"):
|
||||
installpkg grub2 grub2-tools fbset hfsutils kernel-bootwrapper ppc64-utils
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user