mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
There's no reason to have that rootfs.img filesystem in the image: it's not used for anything because both the EFI and legacy boot paths use the /initrd which contains the same contents as the rootfs.img, only compressed. It was probably forgotten in there :) My iso went down from 224 to 94 mb. Tested using UEFI/legacy boots on CD-roms, usb dongle and qemu VM's. (From OE-Core rev: 4c784379524cb12807ef87a02ef1514ed45c1cc3) Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 lines
346 B
Plaintext
8 lines
346 B
Plaintext
# short-description: Create a hybrid ISO image
|
|
# long-description: Creates an EFI and legacy bootable hybrid ISO image
|
|
# which can be used on optical media as well as USB media.
|
|
|
|
part /boot --source isoimage-isohybrid --sourceparams="loader=grub-efi,image_name=HYBRID_ISO_IMG" --ondisk cd --label HYBRIDISO
|
|
|
|
bootloader --timeout=15 --append=""
|