From b2fec086b9f498102537e0ff936138b2960e4082 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 25 Apr 2014 23:20:32 +0200 Subject: Initial import of runit init scripts based on ignite. I did not use ignite because it needs bash, and I don't really want it. --- rc.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 rc.conf (limited to 'rc.conf') diff --git a/rc.conf b/rc.conf new file mode 100644 index 0000000..ac58608 --- /dev/null +++ b/rc.conf @@ -0,0 +1,22 @@ +# /etc/rc.conf - system configuration for void + +# Set RTC to UTC or local. +HARDWARECLOCK="UTC" + +# Set timezone, availables timezones at /usr/share/zoneinfo. +TIMEZONE="Europe/Madrid" + +# Keymap to load, see loadkeys(8). +KEYMAP="es" + +# Console font to load, see setfont(8). +CONSOLEFONT="lat9w-16" + +# Console map to load, see setfont(8). +#CONSOLEMAP= + +# Font unimap to load, see setfont(8). +#UNIMAP= + +# Kernel modules to load, delimited by blanks. +#MODULES="" -- cgit 1.4.1