This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
0.2.0
- encryption: Add udev trigger for device mapper nodes, etc.
- portability: Replaced
/bin/killall5
with a pure shell implementation. - portability: Swapped
mount
to use more portable flags. - portability: Added hooks to various parts of the boot/shutdown process.
- fixes: Random is now seeded earlier in boot.
- misc: Moved shared functions to
rc.lib
to reduce duplicate code.
Thanks to @ioraff, @illiliti and @a-schaefers