Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an additional variable for ttys | Sören Tempel | 2015-03-23 | 1 | -2/+7 |
| | |||||
* | core-services: remove extra newline from msg{,_warn}(). | Juan RP | 2015-03-22 | 6 | -9/+9 |
| | |||||
* | add a newline by default to msg and msg_warn output | Sören Tempel | 2015-03-22 | 2 | -14/+14 |
| | |||||
* | Merge pull request #25 from nmeum/crypttab | Juan RP | 2015-03-22 | 1 | -7/+1 |
|\ | | | | | Remove fallback /etc/crypttab parsing code | ||||
| * | Remove fallback /etc/crypttab parsing code | Sören Tempel | 2015-03-21 | 1 | -7/+1 |
| | | | | | | | | | | If /etc/runit/crypt.awk doesn't exist then somebody obviously fucked up his runit-void installation because that file is installed by default. | ||||
* | | warn if hostname wasn't set | Sören Tempel | 2015-03-21 | 1 | -4/+4 |
| | | |||||
* | | Use read to retrieve the hostname | Sören Tempel | 2015-03-10 | 1 | -1/+1 |
|/ | |||||
* | Fix typo and remove redundant msg from 03-filesystems.sh. | Juan RP | 2015-01-16 | 1 | -2/+1 |
| | |||||
* | add fallback path if crypttab parser not found | pulux | 2015-01-06 | 1 | -1/+8 |
| | |||||
* | add function to parse more crypttab filds and options | Markus.Berger | 2015-01-05 | 1 | -3/+1 |
| | |||||
* | core-services/02-console-setup.sh: setup HARDWARECLOCK if set. | Juan RP | 2014-12-31 | 1 | -0/+6 |
| | | | | This was lost somehow after adding "core-services". | ||||
* | core-services/99-cleanup.sh: no need to set a shebang. | Juan RP | 2014-10-10 | 1 | -1/+1 |
| | |||||
* | core-services: run console-setup before filesystems, for LUKS setups. | Juan RP | 2014-10-09 | 1 | -0/+0 |
| | | | | | ... otherwise the keymap is not properly setup when entering LUKS passwords. Reported by freds0n. | ||||
* | core-services/00-pseudofs.sh: fix /proc mount due to a typo. | Juan RP | 2014-09-28 | 1 | -1/+1 |
| | |||||
* | 00-pseudofs.sh: restore cgroup mounting in a busybox-compatible way | Christian Neukirchen | 2014-09-23 | 1 | -0/+1 |
| | |||||
* | Revert "core-services/08-sysctl.sh: make this work with busybox sysctl." | Juan RP | 2014-09-21 | 1 | -6/+1 |
| | | | | | | This reverts commit 6285339a7a40da441cef2114e4cb1197d42a925a. Make no sense to have this workaround as we need procps-ng anyway for pkill. | ||||
* | core-services/00-pseudofs.sh: reworked so that busybox mount does not complain. | Juan RP | 2014-09-21 | 1 | -7/+7 |
| | |||||
* | core-services/00-pseudofs.sh: remove doubtful awk dependency. | Juan RP | 2014-09-20 | 1 | -1/+0 |
| | |||||
* | core-services/08-sysctl.sh: make this work with busybox sysctl. | Juan RP | 2014-09-20 | 1 | -1/+6 |
| | |||||
* | core-services/06-console-setup.sh: only load keys when KEYMAP is set | Eivind Uggedal | 2014-09-18 | 1 | -2/+4 |
| | |||||
* | core-services/05-misc.sh: initialize random seed earlier. | Juan RP | 2014-08-29 | 1 | -4/+4 |
| | |||||
* | core-services/99-cleanup.sh: fixed permissions for {b,u}tmp. | Juan RP | 2014-08-28 | 1 | -2/+2 |
| | |||||
* | 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. |