This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Releases: kisslinux/init
Releases · kisslinux/init
1.0.3
1.0.2
* Fixed login not displaying during boot.
* Removed colors from dmesg input.
1.0.1
* Fixed /dev/urandom error.
1.0
* Better saving/restoring of random seed with sources/rationale
for the process, etc.
* Pure shell implementation of `mountpoint` for portability
reasons.
* All boot messages are now logged to dmesg.
* Disks are now remounted if already mounted during boot.
This prevents issues when an initramfs mounts disks prior
to us.
* The total time of the boot process is also logged to dmesg
so you are able to see the length of the boot process.
* Boot is now faster for users of 'eudev'.
* Encryption support has been moved to an external project.
See: https://k1ss.org/news/20200511a
* Packages can now hook into the boot process if they so
desire.
* /etc/rc.conf is now sourced earlier on in the boot process
to allow users to modify `$PATH`, etc sooner.
0.7.4
* Portable blkid usage.
* Fixed bug with sysctl.
0.7.3
* Run mdev -s on boot.
0.7.2
* Fixed rare shutdown issue.
0.7.1
* Fix issue when KISS is used with Bedrock Linux.
0.7.0
- Set hotplugger later.
0.6.3
- Better mdev support.