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

1.0

Compare
Choose a tag to compare
@dylanaraps dylanaraps released this 18 May 08:21
· 43 commits to master since this release
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.