Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile: re-add rc.{conf,local}. | Juan RP | 2014-08-07 | 1 | -2/+2 |
| | |||||
* | Added "core" services that are run from scripts on stage 1. | Juan RP | 2014-08-07 | 1 | -7/+10 |
| | | | | | | | | | - /etc/runit/functions: contains common functions to be used in core-services. - /etc/runit/core-services: directory containing one-time tasks run in stage 1. - Added LXC container detection to disable some core services. This accidentally also fixes the issue of unicode not working in the active TTY from stage 1. | ||||
* | Add modules-load.d(5) compatible kernel module loader | Christian Neukirchen | 2014-07-29 | 1 | -0/+1 |
| | |||||
* | add halt(8) and shutdown(8) | Christian Neukirchen | 2014-07-29 | 1 | -0/+4 |
| | |||||
* | Add an empty rc.local. | Juan RP | 2014-07-25 | 1 | -0/+1 |
| | |||||
* | Makefile: do not install suspend, it's gone. | Juan RP | 2014-07-25 | 1 | -1/+0 |
| | |||||
* | unhook suspend; superseded by zzz(8). | Juan RP | 2014-07-25 | 1 | -1/+0 |
| | |||||
* | Add zzz, a simple suspend/hibernate script with hooks | Christian Neukirchen | 2014-07-25 | 1 | -0/+4 |
| | |||||
* | New suspend(8) utility that is able to suspend to ram/disk. | Juan RP | 2014-06-11 | 1 | -1/+3 |
| | |||||
* | Provide a distro config file for dracut. | Juan RP | 2014-05-11 | 1 | -0/+2 |
| | |||||
* | Added shutdown script from ignite. | Juan RP | 2014-04-26 | 1 | -0/+1 |
| | |||||
* | Forgot to clean up generated bins and ignore them... | Juan RP | 2014-04-26 | 1 | -0/+3 |
| | |||||
* | Makefile: set PREFIX. | Juan RP | 2014-04-26 | 1 | -0/+1 |
| | |||||
* | Add halt/pause utils from ignite. | Juan RP | 2014-04-26 | 1 | -0/+11 |
| | |||||
* | Initial import of runit init scripts based on ignite. | Juan RP | 2014-04-25 | 1 | -0/+9 |
I did not use ignite because it needs bash, and I don't really want it. |