]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
grub2: prepare and install El Torito image
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 8 Jun 2015 22:21:47 +0000 (00:21 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 14 Jun 2015 21:24:59 +0000 (23:24 +0200)
commit8decd25477fe5a8bb314e65c9b1a2c9d54bc9124
treebd59d7126aac60558cfd5ff0eed68a8d0b549168
parent5bac06e8810eb86e7bddc771fda68f0c59a3c3fa
grub2: prepare and install El Torito image

In order to support ISO9660 bootable images that rely on Grub 2, this
commit modifies thr Grub 2 makefile to generate and install an El
Torito image. Such an image is simply produced by concatenating the
cdboot.img provided by Grub 2, and the Grub 2 image generated by
Buildroot using grub-mkimage.

Since this action is so simple and cost-free, we don't bother adding a
Grub 2 sub-option for that, and simply generate the El Torito image
unconditionally.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
boot/grub2/grub2.mk