summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* 1, 3: remove some more trailing extra newlines.Juan RP2015-03-222-11/+11
|
* core-services: remove extra newline from msg{,_warn}().Juan RP2015-03-226-9/+9
|
* functions: msg: add missing newline.Juan RP2015-03-221-1/+1
|
* add a newline by default to msg and msg_warn outputSören Tempel2015-03-222-14/+14
|
* Merge pull request #25 from nmeum/crypttabJuan RP2015-03-221-7/+1
|\ | | | | Remove fallback /etc/crypttab parsing code
| * Remove fallback /etc/crypttab parsing codeSören Tempel2015-03-211-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/hostnameJuan RP2015-03-221-4/+4
|\ \ | | | | | | warn if hostname wasn't set
| * | warn if hostname wasn't setSören Tempel2015-03-211-4/+4
|/ /
* | Makefile: respect LDFLAGS.Christian Neukirchen2015-03-181-2/+2
| |
* | halt: don't sync() on -w.Christian Neukirchen2015-03-181-0/+1
| |
* | halt: don't violate POSIX namespace.Christian Neukirchen2015-03-181-2/+2
| |
* | Merge pull request #21 from nmeum/random-seedChristian Neukirchen2015-03-171-1/+1
|\ \ | | | | | | Random seed
| * | 3: spawn a subshell to create random-seedSören Tempel2015-03-171-1/+1
|/ /
* | Clarify termsChristian Neukirchen2015-03-131-0/+9
| | | | | | | | | | ok @xtraeme closes #20
* | Merge pull request #18 from nmeum/read-hostnameJuan RP2015-03-131-1/+1
|\ \ | |/ |/| Use read to retrieve the hostname
| * Use read to retrieve the hostnameSören Tempel2015-03-101-1/+1
| |
* | Merge pull request #17 from nmeum/masterJuan RP2015-03-111-0/+5
|\ \ | |/ |/| Restrict access to /var/log/dmesg.log
| * Restrict access to /var/log/dmesg.logSören Tempel2015-03-101-0/+5
|/
* 3: kexec supportChristian Neukirchen2015-02-261-0/+8
|
* Merge pull request #16 from bougyman/feature/honor-runsvchdirJuan RP2015-02-021-5/+3
|\ | | | | Use runsvchdir to set the initial run level
| * Use runsvchdir to set the initial run levelTJ Vanderpoel2015-02-011-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 RP2015-01-281-0/+4
|
* rc.conf: document HOSTNAME and improve MODULES.Juan RP2015-01-181-0/+11
|
* services: create services for serial ports: ttyS0, ttyAMA0 and ttyUSB0.Juan RP2015-01-179-3/+11
| | | | This should cover 99% of cases.
* Fix typo and remove redundant msg from 03-filesystems.sh.Juan RP2015-01-162-3/+2
|
* Merge pull request #12 from pulux/masterJuan RP2015-01-163-3/+111
|\ | | | | add a script to handle more crypttab options
| * fix typo and arg positionpulux2015-01-091-1/+1
| |
| * clean the parser functionpulux2015-01-071-51/+76
| |
| * add fallback path if crypttab parser not foundpulux2015-01-061-1/+8
| |
| * include crypt.awk in Makefilepulux2015-01-051-0/+1
| |
| * fix typopulux2015-01-051-1/+1
| |
| * handle UUID Sourcespulux2015-01-051-65/+70
| |
| * add function to parse more crypttab filds and optionsMarkus.Berger2015-01-052-3/+73
| |
* | Merge pull request #13 from teh-jazzman/shutdownJuan RP2015-01-163-0/+7
|\ \ | |/ |/| Added /etc/rc.shutdown, called in runlevel 3
| * Added /etc/rc.shutdown, called in runlevel 3Stefan Mühlinghaus2015-01-153-0/+7
|/
* core-services/02-console-setup.sh: setup HARDWARECLOCK if set.Juan RP2014-12-311-0/+6
| | | | This was lost somehow after adding "core-services".
* dracut/runit-void.conf -> dracut/10-runit-void.confJuan RP2014-12-101-0/+0
| | | | We want these tweaks after the settings from base-files.
* modules-load: set PATH, otherwise it could fail to run modprobe.Juan RP2014-11-241-0/+2
|
* 3: reduce time to wait while stopping services and killing processes.Juan RP2014-10-241-3/+2
| | | | Previous values were too high.
* Removed all services that have been moved to void-packages.Juan RP2014-10-13139-297/+1
|
* services: xen* have been moved to the pkg.Juan RP2014-10-136-17/+0
|
* services: dhcpcd-* services have been moved.Juan RP2014-10-134-6/+0
|
* services: remove redis. Will be provided by redis instead.Enno Boland2014-10-132-3/+0
|
* New service: bumblebeedAlessio Sergi2014-10-102-0/+3
|
* core-services/99-cleanup.sh: no need to set a shebang.Juan RP2014-10-101-1/+1
|
* services: remove xbmc-standalone. Will be provided by xbmc-rpi instead.Juan RP2014-10-092-3/+0
|
* core-services: run console-setup before filesystems, for LUKS setups.Juan RP2014-10-091-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 RP2014-09-281-1/+1
|
* 00-pseudofs.sh: restore cgroup mounting in a busybox-compatible wayChristian Neukirchen2014-09-231-0/+1
|
* Revert "core-services/08-sysctl.sh: make this work with busybox sysctl."Juan RP2014-09-211-6/+1
| | | | | | This reverts commit 6285339a7a40da441cef2114e4cb1197d42a925a. Make no sense to have this workaround as we need procps-ng anyway for pkill.