Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #23 from nmeum/ttys | Christian Neukirchen | 2015-03-24 | 2 | -2/+10 | |
|\ | | | | | Add an additional variable to rc.conf for TTYs | |||||
| * | Add an additional variable for ttys | Sören Tempel | 2015-03-23 | 2 | -2/+10 | |
|/ | ||||||
* | 1, 3: remove some more trailing extra newlines. | Juan RP | 2015-03-22 | 2 | -11/+11 | |
| | ||||||
* | core-services: remove extra newline from msg{,_warn}(). | Juan RP | 2015-03-22 | 6 | -9/+9 | |
| | ||||||
* | functions: msg: add missing newline. | Juan RP | 2015-03-22 | 1 | -1/+1 | |
| | ||||||
* | 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. | |||||
* | | Merge pull request #26 from nmeum/hostname | Juan RP | 2015-03-22 | 1 | -4/+4 | |
|\ \ | | | | | | | warn if hostname wasn't set | |||||
| * | | warn if hostname wasn't set | Sören Tempel | 2015-03-21 | 1 | -4/+4 | |
|/ / | ||||||
* | | Makefile: respect LDFLAGS. | Christian Neukirchen | 2015-03-18 | 1 | -2/+2 | |
| | | ||||||
* | | halt: don't sync() on -w. | Christian Neukirchen | 2015-03-18 | 1 | -0/+1 | |
| | | ||||||
* | | halt: don't violate POSIX namespace. | Christian Neukirchen | 2015-03-18 | 1 | -2/+2 | |
| | | ||||||
* | | Merge pull request #21 from nmeum/random-seed | Christian Neukirchen | 2015-03-17 | 1 | -1/+1 | |
|\ \ | | | | | | | Random seed | |||||
| * | | 3: spawn a subshell to create random-seed | Sören Tempel | 2015-03-17 | 1 | -1/+1 | |
|/ / | ||||||
* | | Clarify terms | Christian Neukirchen | 2015-03-13 | 1 | -0/+9 | |
| | | | | | | | | | | ok @xtraeme closes #20 | |||||
* | | Merge pull request #18 from nmeum/read-hostname | Juan RP | 2015-03-13 | 1 | -1/+1 | |
|\ \ | |/ |/| | Use read to retrieve the hostname | |||||
| * | Use read to retrieve the hostname | Sören Tempel | 2015-03-10 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #17 from nmeum/master | Juan RP | 2015-03-11 | 1 | -0/+5 | |
|\ \ | |/ |/| | Restrict access to /var/log/dmesg.log | |||||
| * | Restrict access to /var/log/dmesg.log | Sören Tempel | 2015-03-10 | 1 | -0/+5 | |
|/ | ||||||
* | 3: kexec support | Christian Neukirchen | 2015-02-26 | 1 | -0/+8 | |
| | ||||||
* | Merge pull request #16 from bougyman/feature/honor-runsvchdir | Juan RP | 2015-02-02 | 1 | -5/+3 | |
|\ | | | | | Use runsvchdir to set the initial run level | |||||
| * | Use runsvchdir to set the initial run level | TJ Vanderpoel | 2015-02-01 | 1 | -5/+3 | |
|/ | | | | | | * Remove Conditional, simplifying 2 * use runsvchdir to set the initial runlevel * symlink /run/runit/runsvdir/current to /etc/runit/runsvdir/current | |||||
* | 2: accept a custom runlevel via kernel cmdline (from bougyman). | Juan RP | 2015-01-28 | 1 | -0/+4 | |
| | ||||||
* | rc.conf: document HOSTNAME and improve MODULES. | Juan RP | 2015-01-18 | 1 | -0/+11 | |
| | ||||||
* | services: create services for serial ports: ttyS0, ttyAMA0 and ttyUSB0. | Juan RP | 2015-01-17 | 9 | -3/+11 | |
| | | | | This should cover 99% of cases. | |||||
* | Fix typo and remove redundant msg from 03-filesystems.sh. | Juan RP | 2015-01-16 | 2 | -3/+2 | |
| | ||||||
* | Merge pull request #12 from pulux/master | Juan RP | 2015-01-16 | 3 | -3/+111 | |
|\ | | | | | add a script to handle more crypttab options | |||||
| * | fix typo and arg position | pulux | 2015-01-09 | 1 | -1/+1 | |
| | | ||||||
| * | clean the parser function | pulux | 2015-01-07 | 1 | -51/+76 | |
| | | ||||||
| * | add fallback path if crypttab parser not found | pulux | 2015-01-06 | 1 | -1/+8 | |
| | | ||||||
| * | include crypt.awk in Makefile | pulux | 2015-01-05 | 1 | -0/+1 | |
| | | ||||||
| * | fix typo | pulux | 2015-01-05 | 1 | -1/+1 | |
| | | ||||||
| * | handle UUID Sources | pulux | 2015-01-05 | 1 | -65/+70 | |
| | | ||||||
| * | add function to parse more crypttab filds and options | Markus.Berger | 2015-01-05 | 2 | -3/+73 | |
| | | ||||||
* | | Merge pull request #13 from teh-jazzman/shutdown | Juan RP | 2015-01-16 | 3 | -0/+7 | |
|\ \ | |/ |/| | Added /etc/rc.shutdown, called in runlevel 3 | |||||
| * | Added /etc/rc.shutdown, called in runlevel 3 | Stefan Mühlinghaus | 2015-01-15 | 3 | -0/+7 | |
|/ | ||||||
* | 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". | |||||
* | dracut/runit-void.conf -> dracut/10-runit-void.conf | Juan RP | 2014-12-10 | 1 | -0/+0 | |
| | | | | We want these tweaks after the settings from base-files. | |||||
* | modules-load: set PATH, otherwise it could fail to run modprobe. | Juan RP | 2014-11-24 | 1 | -0/+2 | |
| | ||||||
* | 3: reduce time to wait while stopping services and killing processes. | Juan RP | 2014-10-24 | 1 | -3/+2 | |
| | | | | Previous values were too high. | |||||
* | Removed all services that have been moved to void-packages. | Juan RP | 2014-10-13 | 139 | -297/+1 | |
| | ||||||
* | services: xen* have been moved to the pkg. | Juan RP | 2014-10-13 | 6 | -17/+0 | |
| | ||||||
* | services: dhcpcd-* services have been moved. | Juan RP | 2014-10-13 | 4 | -6/+0 | |
| | ||||||
* | services: remove redis. Will be provided by redis instead. | Enno Boland | 2014-10-13 | 2 | -3/+0 | |
| | ||||||
* | New service: bumblebeed | Alessio Sergi | 2014-10-10 | 2 | -0/+3 | |
| | ||||||
* | core-services/99-cleanup.sh: no need to set a shebang. | Juan RP | 2014-10-10 | 1 | -1/+1 | |
| | ||||||
* | services: remove xbmc-standalone. Will be provided by xbmc-rpi instead. | Juan RP | 2014-10-09 | 2 | -3/+0 | |
| | ||||||
* | 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 | |
| |