From 5b062674869c97018871b1f91c0b22d27ae900f7 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Wed, 18 Jul 2012 18:16:57 +0200 Subject: rc.conf: prune The valid options are documented in rc.conf(5). Keeping everything in the manpage means we don't have to deal with .pacnew files when updating minor detals (such as default options). Furthermore, all the removed options are recommended to be left unset. Only if you have special needs should you need to change them. This rc.conf file can be used unchanged on a basic system (with network, logging and cron). Signed-off-by: Tom Gundersen --- rc.conf | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) (limited to 'rc.conf') diff --git a/rc.conf b/rc.conf index 51a8393..aea4848 100644 --- a/rc.conf +++ b/rc.conf @@ -1,40 +1,7 @@ # # /etc/rc.conf - Main Configuration for Arch Linux # -# See 'man 5 rc.conf' for more details +# See 'rc.conf(5)' for more details # -# 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= - -NETWORK_PERSIST="no" - -# DAEMONS -# ------- -# DAEMONS=(syslog-ng network crond) -- cgit v1.2.3