about summary refs log tree commit diff
path: root/core-services
Commit message (Collapse)AuthorAgeFilesLines
...
* core-services/00-pseudofs.sh: remove doubtful awk dependency.Juan RP2014-09-201-1/+0
|
* core-services/08-sysctl.sh: make this work with busybox sysctl.Juan RP2014-09-201-1/+6
|
* core-services/06-console-setup.sh: only load keys when KEYMAP is setEivind Uggedal2014-09-181-2/+4
|
* core-services/05-misc.sh: initialize random seed earlier.Juan RP2014-08-291-4/+4
|
* core-services/99-cleanup.sh: fixed permissions for {b,u}tmp.Juan RP2014-08-281-2/+2
|
* core-services/99-cleanup.sh: create /var/log/{b,w}tmp to make last(1) work.Juan RP2014-08-281-1/+7
|
* core-services/03-filesystems.sh: don't error out when activating dmraid devices.Juan RP2014-08-221-1/+1
|
* Added support for fastboot and forcefsck based on ignite.Juan RP2014-08-111-4/+15
|
* core-services/00-pseudofs.sh: do not mount cgroupfs on virtualization.Juan RP2014-08-081-2/+5
|
* core-services: do not need to be executable.Juan RP2014-08-079-0/+0
|
* core-services/06-console-setup.sh: no need to setup ttys to unicode.Juan RP2014-08-071-5/+0
| | | | | | | | | | | | The linux kernel sets up the TTYs in unicode by default, as noted in Documentation/kernel-parameters.txt: vt.default_utf8= [VT] Format=<0|1> Set system-wide default UTF-8 mode for all tty's. Default is 1, i.e. UTF-8 mode is enabled for all newly opened terminals.
* Make core-services just shell snippets and source them from 1; idea from ↵Juan RP2014-08-079-38/+1
| | | | @chneukirchen.
* Added "core" services that are run from scripts on stage 1.Juan RP2014-08-079-0/+176
- /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.