Skip to content

Instantly share code, notes, and snippets.

@holys
Forked from anonymous/etcrc.conf.txt
Created September 17, 2012 08:08
Show Gist options
  • Save holys/3736120 to your computer and use it in GitHub Desktop.
Save holys/3736120 to your computer and use it in GitHub Desktop.
my /etc/rc.conf
#
# /etc/rc.conf - configuration file for initscripts
#
# 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).
#
DAEMONS=(syslog-ng dbus vboxdrv wicd !network crond slim )
# Storage
#
# USEDMRAID="no"
# USELVM="no"
# Network
#
interface=eth0
address=
netmask=
broadcast=
gateway=
# LOCALIZATION
# ------------
HARDWARECLOCK=UTC
TIMEZONE=Asia/Shanghai
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
LOCALE="en_US.UTF-8"
DAEMON_LOCALE="yes"
USECOLOR="yes"
# HARDWARE
# --------
MODULES=()
USEDMRAID="no"
USEBTRFS="no"
USELVM="no"
HOSTNAME=holy-arch
NETWORK_PERSIST="no"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment