diff options
author | Peter Jones <pjones@redhat.com> | 2009-02-27 13:39:44 -0500 |
---|---|---|
committer | Peter Jones <pjones@vroomfondel.internal.datastacks.com> | 2009-03-02 13:36:15 -0500 |
commit | fa09a3e7fae090a6dbd6ce51a46bb479d837f1ee (patch) | |
tree | 12db6e2a7dde6d2b4a1ae5e8c7ea9b3dbccf4d9b /scripts | |
parent | a057e3168ed03565186086c5f248d448085e1dfa (diff) | |
download | anaconda-fa09a3e7fae090a6dbd6ce51a46bb479d837f1ee.tar.gz anaconda-fa09a3e7fae090a6dbd6ce51a46bb479d837f1ee.tar.xz anaconda-fa09a3e7fae090a6dbd6ce51a46bb479d837f1ee.zip |
Fix package name for the logos package when building EFI images.
This hopefully will make efi images get created again...
Diffstat (limited to 'scripts')
-rw-r--r-- | 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 9bd202431..ed71356ad 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) cp $KERNELROOT/boot/grub/splash.xpm.gz $MBD_BOOTTREE_TMP/EFI/boot/splash.xpm.gz } |