summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.efi
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-07-31 10:09:56 -0400
committerChris Lumens <clumens@redhat.com>2008-08-04 15:46:59 -0400
commitbabff7c080493d5ac4486238cef7012cf01aa49f (patch)
treea2d9929ed0d13dbd6400d09505ed695ef46f561b /scripts/mk-images.efi
parentcb12194415d719dd63b48be8502d01638bb295f5 (diff)
downloadanaconda-babff7c080493d5ac4486238cef7012cf01aa49f.tar.gz
anaconda-babff7c080493d5ac4486238cef7012cf01aa49f.tar.xz
anaconda-babff7c080493d5ac4486238cef7012cf01aa49f.zip
Use system-logos instead of hardcoding fedora-logos (#457378).
Diffstat (limited to 'scripts/mk-images.efi')
-rwxr-xr-xscripts/mk-images.efi2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.efi b/scripts/mk-images.efi
index 29169752f..f3447db33 100755
--- a/scripts/mk-images.efi
+++ b/scripts/mk-images.efi
@@ -154,7 +154,7 @@ prepareEfiTree() {
mv $MBD_BOOTTREE_TMP/EFI/boot/grub.efi $MBD_BOOTTREE_TMP/EFI/boot/boot${efiarch}.efi
mv $MBD_BOOTTREE_TMP/EFI/boot/grub.conf $MBD_BOOTTREE_TMP/EFI/boot/boot${efiarch}.conf
- artpkg=$(repoquery --qf "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}" -c $yumconf fedora-logos)
+ artpkg=$(repoquery --qf "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}" -c $yumconf system-logos)
yumdownloader -c $yumconf $artpkg
rpm2cpio $artpkg.rpm | (cd $KERNELROOT; cpio --quiet -iumd)
cp $KERNELROOT/boot/grub/splash.xpm.gz $MBD_BOOTTREE_TMP/EFI/boot/splash.xpm.gz