about summary refs log tree commit diff
path: root/3
Commit message (Collapse)AuthorAgeFilesLines
* 3: conditionalize unmounting for virtualization; fixes multiple lxc ↵Juan RP2014-08-071-5/+3
| | | | create/destroy.
* Added "core" services that are run from scripts on stage 1.Juan RP2014-08-071-11/+19
| | | | | | | | | - /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.
* Initial import of runit init scripts based on ignite.Juan RP2014-04-251-0/+45
I did not use ignite because it needs bash, and I don't really want it.