void-runit
void-runit copied to clipboard
runit init scripts for Void
Based 100% on the work by @sbromberger #113 I didn't want the work to die. After this change, folks using lxd or incus containers will be able to create their...
I have a setup with a 2TB Intenso HDD connected externally and when the disk is mounted, `zzz` will report ``` sudo zzz zzz: another instance of zzz is running...
`crypt.awk` is old, WIP, no documentation at all. `awk` is a weird choice anyway. If a `bash` solution is appropriate (you said you try to avoid it), I can come...
just a silly little script to "analyze" boot time example output: ``` # runit-startuptime initramfs 0.646 s core-services 4.002 s 00-pseudofs 0.056 s 01-static-devnodes 1.178 s 02-kmods 0.027 s 02-udev...
This enables mounting BitLocker encrypted partitions.
This ensures the link count of the pid 1 executable remains positive when runit is updated. If the link count is zero, the file system cannot be remounted read-only during...
I've added support for using `LABEL=` and setting `sector-size=` in `/etc/crypttab`. `sector-size` is just a common performance optimisation for encrypted swap The justification for `LABEL` being useful can be found...