Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core-services/99-cleanup.sh: create /var/log/{b,w}tmp to make last(1) work. | Juan RP | 2014-08-28 | 1 | -1/+7 |
| | |||||
* | core-services/03-filesystems.sh: don't error out when activating dmraid devices. | Juan RP | 2014-08-22 | 1 | -1/+1 |
| | |||||
* | Added support for fastboot and forcefsck based on ignite. | Juan RP | 2014-08-11 | 1 | -4/+15 |
| | |||||
* | core-services/00-pseudofs.sh: do not mount cgroupfs on virtualization. | Juan RP | 2014-08-08 | 1 | -2/+5 |
| | |||||
* | core-services: do not need to be executable. | Juan RP | 2014-08-07 | 9 | -0/+0 |
| | |||||
* | core-services/06-console-setup.sh: no need to setup ttys to unicode. | Juan RP | 2014-08-07 | 1 | -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 RP | 2014-08-07 | 9 | -38/+1 |
| | | | | @chneukirchen. | ||||
* | Added "core" services that are run from scripts on stage 1. | Juan RP | 2014-08-07 | 9 | -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. |