Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make core-services just shell snippets and source them from 1; idea from ↵ | Juan RP | 2014-08-07 | 1 | -1/+1 |
| | | | | @chneukirchen. | ||||
* | Added "core" services that are run from scripts on stage 1. | Juan RP | 2014-08-07 | 1 | -162/+5 |
| | | | | | | | | | - /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. | ||||
* | 1: if /sbin/sysctl is executable, run it to load system settings. | Juan RP | 2014-08-06 | 1 | -0/+5 |
| | |||||
* | 1: create /tmp/.{ICE,X11}-unix dirs with proper perms. | Juan RP | 2014-08-05 | 1 | -0/+2 |
| | | | | | /tmp is tmpfs by default for a while, so make those dirs to avoid users making them with wrong permissions. | ||||
* | 1: bring in some changes from ignite and try to be more robust with errors. | Juan RP | 2014-08-04 | 1 | -33/+44 |
| | | | | | | - Bring /dev/console re-exec from ignite. - Exec the emergency shell on errors. - Misc tweaks. | ||||
* | add support for basic crypttabs | Dominik Honnef | 2014-07-29 | 1 | -0/+12 |
| | | | | | | | | allows using basic crypttabs (those consisting of only two fields). LVM devices need to be scanned twice: before and after processing the crypttab, as both crypt on top of LVM and LVM on top of crypt are common setups. | ||||
* | 1: short output for modules-load | Christian Neukirchen | 2014-07-29 | 1 | -2/+3 |
| | |||||
* | Add modules-load.d(5) compatible kernel module loader | Christian Neukirchen | 2014-07-29 | 1 | -4/+2 |
| | |||||
* | 1: mount cgroups as done by ignite too. | Juan RP | 2014-07-19 | 1 | -0/+3 |
| | |||||
* | 1: enable dmraid/btrfs/lvm devices if commands are available. | Juan RP | 2014-05-02 | 1 | -0/+15 |
| | |||||
* | Rename font vars to make them compatible with dracut naming. | Juan RP | 2014-04-26 | 1 | -3/+3 |
| | |||||
* | 1: misc tweaks, preparing for more changes... | Juan RP | 2014-04-26 | 1 | -26/+60 |
| | |||||
* | Initial import of runit init scripts based on ignite. | Juan RP | 2014-04-25 | 1 | -0/+99 |
I did not use ignite because it needs bash, and I don't really want it. |