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
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 (file)
index 0000000..50b4377
--- /dev/null
@@ -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