On Friday, February 27 2009, Peter Jones said: > This hopefully will make efi images get created again... > --- > scripts/mk-images.efi | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/scripts/mk-images.efi b/scripts/mk-images.efi > index 9bd2024..ed71356 100644 > --- a/scripts/mk-images.efi > +++ b/scripts/mk-images.efi > @@ -158,7 +158,7 @@ prepareEfiTree() { > mv $MBD_BOOTTREE_TMP/EFI/boot/grub.conf $MBD_BOOTTREE_TMP/EFI/boot/boot${efiarch}.conf > > yumdownloader -c $yumconf ${brandpkgname}-logos > - rpm2cpio $artpkg.rpm | (cd $KERNELROOT; cpio --quiet -iumd) > + rpm2cpio ${brandpkgname}-logos.noarch.rpm | (cd $KERNELROOT; cpio --quiet -iumd) Whoops, sorry about that. And don't you then need to take the version into account, so something like ${brandpkgname}-logos.*.noarch.rpm ? Jeremy _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list