summary refs log tree commit diff
path: root/core-services/07-kmods.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove ability to declare kernel modules in rc.confSören Tempel2015-03-261-1/+1
| | | | | The preferred way is to declare them in /etc/modules-load.d so why offer an additional way? This isn't perl.
* 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/+11
- /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.