about summary refs log tree commit diff
path: root/rc.conf
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2015-01-18 13:50:14 +0100
committerJuan RP <xtraeme@gmail.com>2015-01-18 13:50:14 +0100
commitfe4cb52bdbc019183927c4dd2f00889852c39641 (patch)
tree90f2ecd24396c3a298aa9c44d31d38799bf71217 /rc.conf
parent92203d6fe705e7571611553aa471b3767a433473 (diff)
downloadrunit-void-fe4cb52bdbc019183927c4dd2f00889852c39641.tar.gz
runit-void-fe4cb52bdbc019183927c4dd2f00889852c39641.tar.xz
runit-void-fe4cb52bdbc019183927c4dd2f00889852c39641.zip
rc.conf: document HOSTNAME and improve MODULES.
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/rc.conf b/rc.conf
index af07a68..49c29fb 100644
--- a/rc.conf
+++ b/rc.conf
@@ -1,5 +1,12 @@
 # /etc/rc.conf - system configuration for void
 
+# Set the host name.
+#
+# NOTE: it's preferred to declare the hostname in /etc/hostname instead:
+# 	- echo myhost > /etc/hostname
+#
+#HOSTNAME="void-live"
+
 # Set RTC to UTC or localtime.
 #HARDWARECLOCK="UTC"
 
@@ -19,4 +26,8 @@
 #FONT_UNIMAP=
 
 # Kernel modules to load, delimited by blanks.
+#
+# NOTE: it's preferred to declare the modules in /etc/modules-load.d instead:
+# 	- echo kmod > /etc/modules-load.d/kmod.conf
+#
 #MODULES=""