Re: [OE-core] [v2 PATCH 5/7] bootimage.bbclass, grub-efi.bbclass: Improve EFI PCBIOS+EFI ISO support

2013-09-17 Thread Jason Wessel
On 09/16/2013 12:30 PM, Darren Hart wrote: On Fri, 2013-09-13 at 19:09 -0500, Jason Wessel wrote: -if [ ${PCBIOS} = 1 ]; then +# EFI only +if [ ${PCBIOS} != 1 ] [ ${EFI} = 1 ] ; then +mkdir -p ${ISODIR}/${ISOLINUXDIR} +install -m 0644

Re: [OE-core] [v2 PATCH 5/7] bootimage.bbclass, grub-efi.bbclass: Improve EFI PCBIOS+EFI ISO support

2013-09-16 Thread Darren Hart
On Fri, 2013-09-13 at 19:09 -0500, Jason Wessel wrote: Using the latest mkisofs it is possible to generate 3 different types of ISO images, which can be used in various scenarios. 1) PCBIOS Only ISO - This option remains unchanged by this commit - Uses syslinux menus - Can be

[OE-core] [v2 PATCH 5/7] bootimage.bbclass, grub-efi.bbclass: Improve EFI PCBIOS+EFI ISO support

2013-09-13 Thread Jason Wessel
Using the latest mkisofs it is possible to generate 3 different types of ISO images, which can be used in various scenarios. 1) PCBIOS Only ISO - This option remains unchanged by this commit - Uses syslinux menus - Can be directly copied with dd to a USB device - Can be burned to