X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Ffs%2Fiso9660%2FConfig.in;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Ffs%2Fiso9660%2FConfig.in;h=50b437765a90462171c19cc401c333bffab5826f;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/fs/iso9660/Config.in b/cirros-testvm/src-cirros/buildroot-2015.05/fs/iso9660/Config.in new file mode 100644 index 0000000..50b4377 --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/fs/iso9660/Config.in @@ -0,0 +1,18 @@ +config BR2_TARGET_ROOTFS_ISO9660 + bool "iso image" + depends on (BR2_i386 || BR2_x86_64) + depends on BR2_LINUX_KERNEL + select BR2_TARGET_ROOTFS_CPIO + select BR2_TARGET_GRUB + select BR2_TARGET_GRUB_FS_ISO9660 + help + Build a bootable iso9660 image + +config BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU + string "Boot menu.lst file" + depends on BR2_TARGET_ROOTFS_ISO9660 + default "fs/iso9660/menu.lst" + +comment "iso image needs a Linux kernel to be built" + depends on BR2_i386 || BR2_x86_64 + depends on !BR2_LINUX_KERNEL