[PATCH] Update to support syslinux 6.02

Brian C. Lane bcl at redhat.com
Fri Apr 11 00:30:06 UTC 2014


On Thu, Apr 10, 2014 at 01:50:54PM -0700, Brian C. Lane wrote:
> ---
>  share/runtime-install.tmpl | 2 +-
>  share/x86.tmpl             | 3 +++
>  2 files changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl
> index 0150532..2698106 100644
> --- a/share/runtime-install.tmpl
> +++ b/share/runtime-install.tmpl
> @@ -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
> diff --git a/share/x86.tmpl b/share/x86.tmpl
> index 82c0ed8..a139596 100644
> --- a/share/x86.tmpl
> +++ b/share/x86.tmpl
> @@ -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}
> -- 
> 1.9.0

Went ahead and pushed this for tonight's builds -- not much point
without it :)

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)


More information about the anaconda-patches mailing list