kumquat-buildroot/fs
Kory Maincent 179ae068eb fs/iso9660: add support to Grub EFI bootloader in the image
Add support to boot the Grub bootloader from an EFI BIOS in the ISO9660
image.
For that we need to create EFI System Partition (ESP). The ESP is a vfat
partition which contain the Grub2 binary at the /EFI/BOOT/ location.
xorriso command will generate the iso image including the ESP.

We notice Grub can not read and mount the ESP, therefore we place the Grub
configuration file in the ISO9660 partition. A Grub2 builtin configuration
need to be used to tell Grub2 to search automatically its configuration
file in the ISO9660 partition. Use 'set root=(cd0)' in the configuration
file passed to BR2_TARGET_GRUB2_BUILTIN_CONFIG_EFI.

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
[yann.morin.1998@free.fr: fix timestamp fixup hook]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-09-27 22:35:20 +02:00
..
axfs
btrfs
cloop
cpio fs/cpio: add zstd as compression option 2021-01-16 22:45:34 +01:00
cramfs
erofs fs/erofs: add big pcluster support 2021-07-19 22:34:21 +02:00
ext2 fs/ext2: fix namespace for variables 2021-09-22 23:34:16 +02:00
f2fs
initramfs
iso9660 fs/iso9660: add support to Grub EFI bootloader in the image 2021-09-27 22:35:20 +02:00
jffs2
oci fs: new OCI filesystem type 2021-09-11 14:52:41 +02:00
romfs
squashfs
tar
ubi
ubifs
yaffs2
common.mk fs/cpio: add zstd as compression option 2021-01-16 22:45:34 +01:00
Config.in fs: new OCI filesystem type 2021-09-11 14:52:41 +02:00