Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Activate mdadm arrays on boot | Antonio Gurgel | 2022-03-27 | 1 | -0/+5 |
| | |||||
* | core-services/03-filesystems.sh: respect auto_activation_volume_list | Andrew Benson | 2021-02-12 | 1 | -2/+2 |
| | | | | Closes #64. | ||||
* | core-services/03-filesystems.sh: load keys as necessary when mounting | Andrew J. Hesford | 2021-01-03 | 1 | -1/+1 |
| | |||||
* | core-services/03-filesystems.sh: initialize ZFS even with no cachefile | Andrew J. Hesford | 2020-07-17 | 1 | -3/+8 |
| | |||||
* | Import and mount ZFS at boot time (#46) | Dominik Honnef | 2016-05-25 | 1 | -0/+16 |
| | |||||
* | Update paths for the usr/sbin -> usr/bin move. | Juan RP | 2015-06-02 | 1 | -3/+3 |
| | |||||
* | add a newline by default to msg and msg_warn output | Sören Tempel | 2015-03-22 | 1 | -9/+9 |
| | |||||
* | 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. | ||||
* | 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/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: do not need to be executable. | Juan RP | 2014-08-07 | 1 | -0/+0 |
| | |||||
* | Make core-services just shell snippets and source them from 1; idea from ↵ | Juan RP | 2014-08-07 | 1 | -4/+0 |
| | | | | @chneukirchen. | ||||
* | Added "core" services that are run from scripts on stage 1. | Juan RP | 2014-08-07 | 1 | -0/+49 |
- /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. |