This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Releases: kisslinux/init
Releases · kisslinux/init
0.2.1
- Fixed hooks not receiving arguments.
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
0.1.5
- Properly kill
udevd
.
0.1.4
- Removed
dmesg
restriction. This can be permanently enabled post-boot. - Kill
udevd
after boot. The daemon is optional and can now be enabled by using arunit
service.
0.1.3
- Removed
mdev
support.- Requires further investigation.
- Added message about entropy generation.
0.1.2
- Fix shutdown issue.
- Fixed unset hostname.
0.1.1
0.1.0
- Initial release.