A place to organize ideas, list new features, keep track of what doesn't work, lol.
The Arch Linux initramfs uses a modified version of the busybox ash shell. To test out this trimmed down shell, install mkinitcpio-busybox and run:
PATH= /usr/lib/initcpio/busybox ash
- Eventually going to have to get this working with dracut...
- Possibly use a systemed unit to copy files from /etc/ramroot.z after local-fs.target instead of during initramfs.