The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / fs / iso9660 / Config.in
1 config BR2_TARGET_ROOTFS_ISO9660
2         bool "iso image"
3         depends on (BR2_i386 || BR2_x86_64)
4         depends on BR2_LINUX_KERNEL
5         select BR2_TARGET_ROOTFS_CPIO
6         select BR2_TARGET_GRUB
7         select BR2_TARGET_GRUB_FS_ISO9660
8         help
9           Build a bootable iso9660 image
10
11 config BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU
12         string "Boot menu.lst file"
13         depends on BR2_TARGET_ROOTFS_ISO9660
14         default "fs/iso9660/menu.lst"
15
16 comment "iso image needs a Linux kernel to be built"
17         depends on BR2_i386 || BR2_x86_64
18         depends on !BR2_LINUX_KERNEL