diff options
-rwxr-xr-x | scripts/mk-images.efi | 2 | ||||
-rwxr-xr-x | scripts/upd-instroot | 6 |
2 files changed, 4 insertions, 4 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 diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 675297da2..7d9c3c387 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -205,7 +205,7 @@ fi PACKAGES="$PACKAGES acl anaconda anaconda-help anaconda-images atk attr bash bitmap-fonts-cjk cairo cjkunifonts-ukai comps-extras convertdb1 coreutils cpio dbus dbus-python dejavu-fonts - dmapi dmraid e2fsprogs echo-icon-theme expat fedora-logos + dmapi dmraid e2fsprogs echo-icon-theme expat system-logos firstboot fontconfig fonts-arabic fonts-bengali fonts-chinese fonts-gujarati fonts-hindi fonts-indic fonts-ISO8859-2 fonts-ISO8859-9 fonts-kannada fonts-korean fonts-malayalam @@ -219,9 +219,9 @@ PACKAGES="$PACKAGES acl anaconda anaconda-help anaconda-images atk attr bash libjpeg libpixman libpng libstdc++ libthai libxcb mesa-dri-drivers pango pirut policy policycoreutils popt prelink procps pycairo pygobject2 pygtk2 pygtk2-libglade python-pyblock redhat-artwork - redhat-logos reiserfs-utils rhpl rpm rpm-libs + reiserfs-utils rhpl rpm rpm-libs selinux-policy-targeted specspo synaptics system-config-date - system-config-keyboard system-logos taipeifonts tcp_wrappers + system-config-keyboard taipeifonts tcp_wrappers ttfonts-bn ttfonts-gu ttfonts-hi ttfonts-ja ttfonts-ko ttfonts-pa ttfonts-ta ttfonts-zh_CN ttfonts-zh_TW tzdata udev urw-fonts util-linux-ng VLGothic-fonts vnc-libs vnc-server Xconfigurator |