Config.in 439 B

12345678910111213141516
  1. config BR2_TARGET_ROOTFS_ISO9660
  2. bool "iso image"
  3. depends on BR2_i386
  4. depends on !BR2_KERNEL_none
  5. select BR2_TARGET_ROOTFS_EXT2
  6. select BR2_TARGET_GRUB
  7. help
  8. Build a bootable iso9660 image
  9. config BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU
  10. string "Boot menu.lst file"
  11. depends on BR2_TARGET_ROOTFS_ISO9660
  12. default "target/iso9660/menu.lst"
  13. comment "iso image requires a Linux kernel to be built"
  14. depends on BR2_i386 && BR2_KERNEL_none