remove kernel and initrd from EFI/BOOT (#811438)
commitf8c7e72593a61c2ebe46b0df202dc45cb16bef31
authorBrian C. Lane <bcl@redhat.com>
Thu, 12 Apr 2012 18:48:13 +0000 (12 11:48 -0700)
committerBrian C. Lane <bcl@redhat.com>
Thu, 12 Apr 2012 18:52:28 +0000 (12 11:52 -0700)
treed6cdda4cc6331ea1093e3860fa5f2410adaa5d0f
parent1693a45b01b23a150a29aa1dd96cf4cdd91aec5a
remove kernel and initrd from EFI/BOOT (#811438)

The kernel and initrd don't need to be in the EFI/BOOT directory, they
are already in the isolinux dir. A side-effect of this is that the
efiboot.img and macboot.img were including them as well, causing the
image size to be larger than it needed to be.

livecd-iso-to-disk has also been adjusted to handle the new path in
the EFI boot config.
imgcreate/live.py
tools/livecd-iso-to-disk.sh