Skip to content

Instantly share code, notes, and snippets.

@iwinux
Created May 1, 2011 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save iwinux/950603 to your computer and use it in GitHub Desktop.
Save iwinux/950603 to your computer and use it in GitHub Desktop.
#
# /etc/rc.conf - Main Configuration for Arch Linux
#
LOCALE="en_US.UTF-8"
DAEMON_LOCALE="no"
HARDWARECLOCK="localtime"
TIMEZONE="Asia/Shanghai"
KEYMAP="us"
CONSOLEFONT="ter-v20b"
CONSOLEMAP=
USECOLOR="yes"
MOD_AUTOLOAD="yes"
MODULES=(fuse vboxdrv usbhid coretemp !snd_pcm_oss)
USELVM="no"
eth0="dhcp"
INTERFACES=(eth0)
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
NETWORK_PERSIST="no"
DAEMONS=(syslog-ng netfs fam hal dbus gdm @wicd @crond @sshd @nginx @postgresql)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment