Initramfs.md (380B)
1 # initramfs 2 3 **Source:** [https://wiki.archlinux.org/title/Arch_boot_process#initramfs](https://wiki.archlinux.org/title/Arch_boot_process#initramfs) 4 5 **Definition:** initramfs (initial RAM file system) is an image that provides necessary files for early userspace to start late userspace. 6 7 initramfs is unpacked by the kernel into `/` at startup as a temporary root file system.