void-runit
void-runit copied to clipboard
runit init scripts for Void
… execution of runsvchdir in phase 2 doesn't choke, if those symlinks are broken. --- I just stumbled over my system not being able to fully enter runit phase 2,...
Hi, after I upgraded my void linux machine, i couldn't boot with the latest kernel 5.4.50. Previous kernel 4.19 boots fine. The system stuck at 'check Ramdisk...' and hangs. I...
This aligns with what it's actually doing. Detect docker containers as well. Supersedes: #9 ---- TODO - [ ] test in a docker container
It seems kernel 5.3 changed the default for s2ram to be s2idle, which drains the battery. To recover the past behaviour, it seems suspend should do ``` printf deep >...
As I mentioned here https://github.com/void-linux/void-packages/issues/20452, no package has man pages for how to set up the crypttab file. @daniel-eys has pointed me in this direction, so I can try to...
Greetings! I've been building a Void-ish system using a read-only squashfs root filesystem. Unfortunately, the script /etc/core-services/03-filesystems.sh, at line 67, drops to an emergency shell if root cannot be mounted...
We honor rc.local and rc.shutdown, but these scripts are not accessible for packages to hook into. I propose adding rc.local.d and a corresponding shutdown directory to accommodate these use cases....
This change allows later customization of the runit control files (`/run/runit/stopit`, et al.) via core-services instead of having to override in `/etc/rc.local`. This is an enabler of a solution to...
That's it, could Void's Runit scripts get support for a more POSIX set of programs such as Busybox's? I am on a journey to make an embedded friendly spin of...