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 / initramfs / Config.in
1 config BR2_TARGET_ROOTFS_INITRAMFS
2         bool "initial RAM filesystem linked into linux kernel"
3         depends on BR2_LINUX_KERNEL
4         select BR2_TARGET_ROOTFS_CPIO
5         help
6           Integrate the root filesystem generated by Buildroot as an
7           initramfs inside the kernel image. This integration will
8           take place automatically.
9
10           A rootfs.cpio file will be generated in the images/ directory.
11           This is the archive that will be included in the kernel image.
12           The default rootfs compression set in the kernel configuration
13           is used, regardless of how buildroot's cpio archive is configured.
14
15           Note that enabling initramfs together with another filesystem
16           formats doesn't make sense: you would end up having two
17           identical root filesystems, one embedded inside the kernel
18           image, and one separately.
19
20 comment "initramfs needs a Linux kernel to be built"
21         depends on !BR2_LINUX_KERNEL