Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Releases: kisslinux/init

0.2.1

13 Jan 22:45
b6831fb
Compare
Choose a tag to compare
  • Fixed hooks not receiving arguments.

0.2.0

11 Jan 08:22
fb6f3ed
Compare
Choose a tag to compare
  • 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

02 Dec 20:14
623b7a6
Compare
Choose a tag to compare
  • Properly kill udevd.

0.1.4

28 Nov 10:31
c127a22
Compare
Choose a tag to compare
  • 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 a runit service.

0.1.3

02 Sep 19:40
Compare
Choose a tag to compare
  • Removed mdev support.
    • Requires further investigation.
  • Added message about entropy generation.

0.1.2

11 Jul 06:54
Compare
Choose a tag to compare
  • Fix shutdown issue.
  • Fixed unset hostname.

0.1.1

30 Jun 15:55
Compare
Choose a tag to compare
  • Removed all runitscripts (they'll be part of their respective packages)

0.1.0

23 Jun 14:46
Compare
Choose a tag to compare
  • Initial release.