File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,15 +24,10 @@ capabilities without bloating the size of the BIOS with unnecessary drivers.
2424These config files disable options that are not needed in the LinuxBoot
2525kernel and add some patches that are needed.
2626
27- ## Initial RAM filesystem (initramfs)
27+ ## Initial RAM filesystem (initramfs)
2828
29- When Linux boots it needs a root file system that provides boot and startup
30- utilities. LinuxBoot uses [ u-root] ( ./glossary.md ) to create an
31- initramfs for this purpose.
32-
33- ## What is an initramfs?
34-
35- The initramfs is a root file system that is embedded within the firmware
29+ When Linux boots, it needs a root file system that provides boot and startup
30+ utilities. In LinuxBoot, it is embedded as an initramfs within the firmware
3631image itself. It is intended to be placed in a flash device along with the
3732Linux kernel as part of the firmware image for LinuxBoot. The initramfs is
3833essentially a set of directories bundled into a single cpio archive.
You can’t perform that action at this time.
0 commit comments