[PATCH] Update to support syslinux 6.02

Vratislav Podzimek vpodzime at redhat.com
Mon Apr 14 08:05:02 UTC 2014


On Fri, 2014-04-11 at 08:58 -0700, Brian C. Lane wrote:
> On Fri, Apr 11, 2014 at 10:30:06AM -0500, Dennis Gilmore wrote:
> > On Fri, 11 Apr 2014 11:08:24 +0200
> > Vratislav Podzimek <vpodzime at redhat.com> wrote:
> > 
> > > On Thu, 2014-04-10 at 17:30 -0700, Brian C. Lane wrote:
> > > > 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 :)
> > > When trying to compose today, the syslinux-nonlinux package was not
> > > found and was not installed. Are you sure there should be ".i686" at
> > > the end of the package name? Maybe it was just missing in rawhide.
> > > 
> > 
> > I need to push out some mash updates to deal with this
> 
> It is available from
> https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/x86_64/os/Packages/s/
> 
> which is what I used to build my test iso. So Vratislav's problem may
> just be a slow mirror.
Probably. Seems to be fixed now.

Thanks,

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list