Cut the size of the boot.img for ia64 in half (#556976).
It's not actually redundant; it is/was required for some IA64 EFI
implementations
- Jeremy
On Tue, Feb 9, 2010 at 10:49 AM, <akozumpl@redhat.com> wrote:
> From: Ales Kozumplik <akozumpl@redhat.com>
>
> This is by removing (what I suppose is) redundant copy of the efi/boot contents
> in the root of the image.
> ---
> *scripts/mk-images.ia64 | * *3 ---
> *1 files changed, 0 insertions(+), 3 deletions(-)
>
> diff --git a/scripts/mk-images.ia64 b/scripts/mk-images.ia64
> index 5843aa8..0ac748f 100644
> --- a/scripts/mk-images.ia64
> +++ b/scripts/mk-images.ia64
> @@ -102,9 +102,6 @@ image=vmlinuz
> * * * * read-only
> * * * *initrd=initrd.img
> *EOF
> -
> - * * * # make a copy in the root of the image
> - * * * cp $MBD_BOOTTREE_TMP/EFI/boot/* $MBD_BOOTTREE_TMP
> *}
>
> *makeBootImages() {
> --
> 1.6.6
>
> _______________________________________________
> Anaconda-devel-list mailing list
> Anaconda-devel-list@redhat.com
> https://www.redhat.com/mailman/listinfo/anaconda-devel-list
>
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|