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

Releases: kisslinux/init

1.0.3

28 Jul 20:18
22a5b2d
Compare
Choose a tag to compare
docs: update

1.0.2

19 May 11:40
Compare
Choose a tag to compare
* Fixed login not displaying during boot.
* Removed colors from dmesg input.

1.0.1

18 May 11:28
fd8cbde
Compare
Choose a tag to compare
* Fixed /dev/urandom error.

1.0

18 May 08:21
721991a
Compare
Choose a tag to compare
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

29 Apr 06:02
eb8a0d7
Compare
Choose a tag to compare
* Portable blkid usage.
* Fixed bug with sysctl.

0.7.3

21 Mar 11:31
e2840bd
Compare
Choose a tag to compare
* Run mdev -s on boot.

0.7.2

17 Mar 11:34
7847578
Compare
Choose a tag to compare
* Fixed rare shutdown issue.

0.7.1

15 Mar 07:15
2c89741
Compare
Choose a tag to compare
* Fix issue when KISS is used with Bedrock Linux.

0.7.0

07 Mar 18:18
3a457ab
Compare
Choose a tag to compare
  • Set hotplugger later.

0.6.3

07 Mar 17:12
76505c8
Compare
Choose a tag to compare
  • Better mdev support.