summary refs log tree commit diff
diff options
context:
space:
mode:
-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=""