minimal-initramfs
is a set of bash scripts to create a functional and minimal initial ram filesystem (initramfs). It uses a hook system to enable or disable functions modularly.
- Edit initramfs.conf
${EDITOR} initramfs.conf
- Build the initramfs directory
./build.sh
- Compress it into a cpio image
./package.sh
Your initramfs is now located at initramfs.img.