From fe4cb52bdbc019183927c4dd2f00889852c39641 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 18 Jan 2015 13:50:14 +0100 Subject: rc.conf: document HOSTNAME and improve MODULES. --- rc.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'rc.conf') 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="" -- cgit 1.4.1