Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 846 Bytes

File metadata and controls

31 lines (20 loc) · 846 Bytes

ramroot dev notes

A place to organize ideas, list new features, keep track of what doesn't work, lol.

busybox shell

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

Upcoming Features

  • 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.