# # /etc/rc.conf - Main Configuration for Arch Linux # # # Localization # # HARDWARECLOCK: set to "UTC" or "localtime" # TIMEZONE: timezones are found in /usr/share/zoneinfo # KEYMAP: keymaps are found in /usr/share/kbd/keymaps # CONSOLEFONT: fount in /usr/share/kbd/consolefonts (only needed for non-us) # USECOLOR: use ANSI color sequences in startup messages # LOCALE="en_US" HARDWARECLOCK="localtime" TIMEZONE=Canada/Pacific KEYMAP=us CONSOLEFONT= CONSOLEMAP= USECOLOR="yes" MOD_AUTOLOAD="yes" MOD_BLACKLIST=() # Scan for LVM volume groups at startup, required if you use LVM USELVM="no" # # Networking # # # Module to load at boot-up (in this order) # (prefix a module with a ! to disable it) # # MODULES=(usbserial !ide-scsi snd-pcm-oss snd-seq-oss snd-mixer-oss !sonypi) MODULES=(ohci_hcd ehci_hcd uhci_hcd usbserial evdev cdc_acm orinoco_cs eth1394 ieee1394 ohci1394 snd_ymfpci soundcore snd-pcm-oss snd-seq-oss snd-mixer-oss yenta_socket pcmcia orinoco_cs hermes !sonypi) # # Interfaces to start at boot-up (in this order) # Declare each interface then list in INTERFACES # (prefix an interface in INTERFACES with a ! to disable it) # # Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp") # HOSTNAME="vaio" lo="lo 127.0.0.1" #eth0="eth0 10.0.0.31 netmask 255.255.255.0 broadcast 10.0.0.255" #eth0="dhcp" #eth1="eth1 10.0.0.30 netmask 255.255.255.0" eth1="dhcp" INTERFACES=(lo eth1) # # Routes to start at boot-up (in this order) # Declare each route then list in ROUTES # (prefix a route in ROUTES with a ! to disable it) # gateway="default gw 10.0.0.1" ROUTES=(!gateway) # # Daemons to start at boot-up (in this order) # (prefix a daemon with a ! to disable it) # DAEMONS=(!syslog-ng hwd !hotplug !pcmcia network !netfs acpid portmap fam dbus hal powersaved !mono !crond) # End of file