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

Releases: kisslinux/init

1.0.3

Choose a tag to compare

@dylanaraps dylanaraps released this 28 Jul 20:18
22a5b2d
docs: update

1.0.2

Choose a tag to compare

@dylanaraps dylanaraps released this 19 May 11:40
* Fixed login not displaying during boot.
* Removed colors from dmesg input.

1.0.1

Choose a tag to compare

@dylanaraps dylanaraps released this 18 May 11:28
fd8cbde
* Fixed /dev/urandom error.

1.0

1.0

Choose a tag to compare

@dylanaraps dylanaraps released this 18 May 08:21
721991a
* 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

Choose a tag to compare

@dylanaraps dylanaraps released this 29 Apr 06:02
eb8a0d7
* Portable blkid usage.
* Fixed bug with sysctl.

0.7.3

Choose a tag to compare

@dylanaraps dylanaraps released this 21 Mar 11:31
e2840bd
* Run mdev -s on boot.

0.7.2

Choose a tag to compare

@dylanaraps dylanaraps released this 17 Mar 11:34
7847578
* Fixed rare shutdown issue.

0.7.1

Choose a tag to compare

@dylanaraps dylanaraps released this 15 Mar 07:15
2c89741
* Fix issue when KISS is used with Bedrock Linux.

0.7.0

Choose a tag to compare

@dylanaraps dylanaraps released this 07 Mar 18:18
3a457ab
  • Set hotplugger later.

0.6.3

Choose a tag to compare

@dylanaraps dylanaraps released this 07 Mar 17:12
76505c8
  • Better mdev support.