mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
fs/iso9660: select ISO9660 support in Grub
The fs/iso9660 logic assumes that the Grub bootloader is used. Therefore, it should make sure that Grub is configured with the support for the ISO9660 filesystem. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
4e0257bb90
commit
418c3a2f90
@ -4,6 +4,7 @@ config BR2_TARGET_ROOTFS_ISO9660
|
|||||||
depends on BR2_LINUX_KERNEL
|
depends on BR2_LINUX_KERNEL
|
||||||
select BR2_TARGET_ROOTFS_CPIO
|
select BR2_TARGET_ROOTFS_CPIO
|
||||||
select BR2_TARGET_GRUB
|
select BR2_TARGET_GRUB
|
||||||
|
select BR2_TARGET_GRUB_FS_ISO9660
|
||||||
help
|
help
|
||||||
Build a bootable iso9660 image
|
Build a bootable iso9660 image
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user