summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeroen van Meeuwen (Fedora Unity) <kanarip@fedoraunity.org>2009-12-13 03:31:08 +0100
committerChris Lumens <clumens@redhat.com>2009-12-15 09:48:37 -0500
commit63a6ffd4f18674da06f360bd7d642727d5eb9875 (patch)
tree8a18beed8daeb1922d6911dc102d978426a396df /scripts
parent2a7902bd091f43b9892803d28704dc57cd218b65 (diff)
downloadanaconda-63a6ffd4f18674da06f360bd7d642727d5eb9875.tar.gz
anaconda-63a6ffd4f18674da06f360bd7d642727d5eb9875.tar.xz
anaconda-63a6ffd4f18674da06f360bd7d642727d5eb9875.zip
Use the correct yum configuration file when searching for the -logos package
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mk-images.efi2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.efi b/scripts/mk-images.efi
index 3be5594a6..7b31ced14 100644
--- a/scripts/mk-images.efi
+++ b/scripts/mk-images.efi
@@ -174,7 +174,7 @@ prepareEfiTree() {
mv -v $MBD_BOOTTREE_TMP/EFI/BOOT/grub.efi $MBD_BOOTTREE_TMP/EFI/BOOT/BOOT${tmpefiarch}.efi
mv -v $MBD_BOOTTREE_TMP/EFI/BOOT/grub.conf $MBD_BOOTTREE_TMP/EFI/BOOT/BOOT${tmpefiarch}.conf
- artpkg=$(repoquery --qf "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}" --whatprovides ${brandpkgname}-logos | grep -v generic-logos | head -1)
+ artpkg=$(repoquery --qf "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}" -c $yumconf --whatprovides ${brandpkgname}-logos | grep -v generic-logos | head -1)
if [ -z "$artpkg" ]; then
argpkg="generic-logos"
fi