about summary refs log tree commit diff
path: root/core-services/04-swap.sh
Commit message (Collapse)AuthorAgeFilesLines
* core-services: remove extra newline from msg{,_warn}().Juan RP2015-03-221-1/+1
|
* core-services: do not need to be executable.Juan RP2014-08-071-0/+0
|
* Make core-services just shell snippets and source them from 1; idea from ↵Juan RP2014-08-071-4/+0
| | | | @chneukirchen.
* Added "core" services that are run from scripts on stage 1.Juan RP2014-08-071-0/+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.