Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1: only create /run/runit directory. | Érico Rolim | 2020-07-20 | 1 | -2/+4 |
| | | | | | | | | | | The 100 permission in /run/runit/stopit made it so that signaling runit with SIGCONT would shut the system down. To achieve the correct behavior, we should create the stopit and reboot files with 000 perms, and allow their permissions to be set correctly by calls to `init 0` or `init 6` or by /etc/runit/ctrlaltdel. 1 | ||||
* | 1, 3: remove some more trailing extra newlines. | Juan RP | 2015-03-22 | 1 | -2/+2 |
| | |||||
* | Restrict access to /var/log/dmesg.log | Sören Tempel | 2015-03-10 | 1 | -0/+5 |
| | |||||
* | Fix shutdown regression introduced in 9022506f. | Juan RP | 2014-08-16 | 1 | -1/+0 |
| | |||||
* | Make /etc/runit/{reboot,stopit} symlinks to /run/runit. | Juan RP | 2014-08-15 | 1 | -2/+3 |
| | | | | | The real files are created in stage 1, this way a read-only rootfs can be used to reboot/halt properly the system. | ||||
* | 1: make SIGCONT work to halt the system. | Juan RP | 2014-08-08 | 1 | -2/+2 |
| | |||||
* | 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. |