> diff --git a/scripts/mk-images.ia64 b/scripts/mk-images.ia64 > index 5843aa8..3e3f52f 100644 > --- a/scripts/mk-images.ia64 > +++ b/scripts/mk-images.ia64 > @@ -102,9 +102,20 @@ image=vmlinuz > read-only > initrd=initrd.img > EOF > + # now crate a similar copy in the root of the image You mean "create". > + # (this is arguably needed for certain EFI implementations) > + cp -a $BOOTDISKDIR/* $MBD_BOOTTREE_TMP/ > + cp $MBD_BOOTTREE_TMP/elilo.efi $MBD_BOOTTREE_TMP/bootia64.efi > + cat > $MBD_BOOTTREE_TMP/elilo.conf << EOF > +prompt > +timeout=50 > +relocatable > > - # make a copy in the root of the image > - cp $MBD_BOOTTREE_TMP/EFI/boot/* $MBD_BOOTTREE_TMP > +image=efi/boot/vmlinuz > + label=linux > + read-only > + initrd=efi/boot/initrd.img > +EOF > } The indentation is a little weird here - shouldn't label=, read-only, and initrd= be brought back out to the far left as well? Anyway this looks fine to me, and the test results are excellent. Thanks for putting together the test images. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list