diff options
author | Jesse Keating <jkeating@redhat.com> | 2009-03-02 20:26:41 -0800 |
---|---|---|
committer | Jesse Keating <jkeating@redhat.com> | 2009-03-02 20:26:41 -0800 |
commit | a0cde02052294fbde148e658a74ce71e0ada3674 (patch) | |
tree | affbf09eaaa53c9ba2964dc4d13a4e584c13fe86 /scripts/mk-images.efi | |
parent | b531db124bdc18c87ea8a3f82edb9efe0a41a725 (diff) | |
download | anaconda-a0cde02052294fbde148e658a74ce71e0ada3674.tar.gz anaconda-a0cde02052294fbde148e658a74ce71e0ada3674.tar.xz anaconda-a0cde02052294fbde148e658a74ce71e0ada3674.zip |
Add the missing .rpm to the rpm2cpio call
Diffstat (limited to 'scripts/mk-images.efi')
-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 5f13edaa3..687d76c01 100644 --- a/scripts/mk-images.efi +++ b/scripts/mk-images.efi @@ -163,7 +163,7 @@ prepareEfiTree() { fi yumdownloader -c ${yumconf} ${artpkg} - rpm2cpio ${artpkg} | (cd $KERNELROOT; cpio --quiet -iumd) + rpm2cpio ${artpkg}.rpm | (cd $KERNELROOT; cpio --quiet -iumd) cp $KERNELROOT/boot/grub/splash.xpm.gz $MBD_BOOTTREE_TMP/EFI/boot/splash.xpm.gz } |