On Mon, 2009-03-02 at 21:12 -0500, Peter Jones wrote: > - yumdownloader -c $yumconf ${brandpkgname}-logos > - rpm2cpio ${brandpkgname}-logos.noarch.rpm | (cd $KERNELROOT; cpio --quiet -iumd) > + artpkg=$(repoquery --qf "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}" --whatprovides ${brandpkgname}-logos | grep -v generic-logos | head -1) > + if [ -z "$artpkg" ]; then > + argpkg="generic-logos" > + fi > + > + yumdownloader -c ${yumconf} ${artpkg} > + rpm2cpio ${artpkg} | (cd $KERNELROOT; cpio --quiet -iumd) > cp $KERNELROOT/boot/grub/splash.xpm.gz $MBD_BOOTTREE_TMP/EFI/boot/splash.xpm.gz > } This looks correct to me. I'll be testing it here shortly as well. -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating
Attachment:
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list