]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
fs/iso9660: doesn't support (grub2) EFI
authorArnout Vandecappelle <arnout@mind.be>
Wed, 1 Mar 2017 20:05:42 +0000 (21:05 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 1 Mar 2017 20:52:58 +0000 (21:52 +0100)
commit3e57fa370cb8e4d5f80c6abb34671f0c0467e506
treeca0280130e17a410aff1da7f3fc4fa31bf45065e
parent27f17ace1b8fcf8b8fd9dc317f6b16b664b656ce
fs/iso9660: doesn't support (grub2) EFI

The iso9660 generation for grub2 assumes that grub-eltorito.img is
available. However, this image is only available for the i386-pc target
(i.e. legacy BIOS). An EFI-bootable iso9660 requires a different layout.

Since we currently can't generate the EFI-bootable iso9660 layout,
require the i386-pc target to be selected in grub.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Reported-by: arnaud.miche@orange.com
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
fs/iso9660/Config.in