diff options
Diffstat (limited to 'rc.conf')
-rw-r--r-- | rc.conf | 48 |
1 files changed, 15 insertions, 33 deletions
@@ -1,40 +1,22 @@ # -# /etc/rc.conf - Main Configuration for Parabola GNU/Linux-Libre +# /etc/rc.conf - configuration file for initscripts # -# See 'man 5 rc.conf' for more details +# Most of rc.conf has been replaced by various other configuration +# files. See archlinux(7) for details. +# +# For more details on rc.conf see rc.conf(5). # -# LOCALIZATION -# ------------ -HARDWARECLOCK= -TIMEZONE= -KEYMAP= -CONSOLEFONT= -CONSOLEMAP= -LOCALE= -DAEMON_LOCALE="yes" -USECOLOR="yes" - -# HARDWARE -# -------- -MODULES=() -USEDMRAID="no" -USEBTRFS="no" -USELVM="no" - -# NETWORKING -# ---------- -HOSTNAME= - -interface= -address= -netmask= -broadcast= -gateway= +DAEMONS=(metalog network crond) -NETWORK_PERSIST="no" +# Storage +# +# USEDMRAID="no" +# USELVM="no" -# DAEMONS -# ------- +# Network # -DAEMONS=(metalog network crond) +# interface= +# address= +# netmask= +# gateway= |