[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] Fix package name for the logos package when building EFI images.
- From: Jeremy Katz <katzj redhat com>
- To: anaconda-devel-list redhat com
- Subject: Re: [PATCH] Fix package name for the logos package when building EFI images.
- Date: Fri, 27 Feb 2009 15:56:31 -0500
On Friday, February 27 2009, Peter Jones said:
> This hopefully will make efi images get created again...
> ---
> 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 9bd2024..ed71356 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)
Whoops, sorry about that. And don't you then need to take the version
into account, so something like ${brandpkgname}-logos.*.noarch.rpm ?
Jeremy
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]