Config.in 794 B

1234567891011121314151617181920
  1. config BR2_TARGET_ROOTFS_INITRAMFS
  2. bool "initramfs for initial ramdisk of linux kernel"
  3. depends on BR2_LINUX_KERNEL
  4. help
  5. Integrate the root filesystem generated by Buildroot as an
  6. initramfs inside the kernel image. This integration will
  7. take place automatically.
  8. The rootfs.initramfs file generated in the images/ directory
  9. is only a text file describing the contents of the initramfs
  10. in a format understood by the CONFIG_INITRAMFS_SOURCE kernel
  11. configuration option.
  12. Note that enabling initramfs together with other filesystem
  13. formats doesn't make sense: you would end up having two
  14. identical root filesystems, one embedded inside the kernel
  15. image, and one separatly.
  16. comment "initramfs requires a Linux kernel to be built"
  17. depends on !BR2_LINUX_KERNEL