# # /etc/rc.conf - Main Configuration for Arch Linux # # # ----------------------------------------------------------------------- # LOCALIZATION # ----------------------------------------------------------------------- # # LOCALE: available languages can be listed with the 'locale -a' command # HARDWARECLOCK: set to "UTC" or "localtime" # TIMEZONE: timezones are found in /usr/share/zoneinfo # KEYMAP: keymaps are found in /usr/share/kbd/keymaps # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US) # CONSOLEMAP: found in /usr/share/kbd/unimaps # USECOLOR: use ANSI color sequences in startup messages # LOCALE="it_IT@euro" HARDWARECLOCK="localtime" TIMEZONE="Rome/Europe" KEYMAP="it" CONSOLEFONT= CONSOLEMAP= USECOLOR="yes" # # ----------------------------------------------------------------------- # HARDWARE # ----------------------------------------------------------------------- # # Scan hardware and load required modules at bootup MOD_AUTOLOAD="yes" # Module Blacklist - modules in this list will never be loaded by udev MOD_BLACKLIST=(intel_agp agpart nvidia_agp) # # Modules to load at boot-up (in this order) # - prefix a module with a ! to blacklist it # MODULES=(snd-hda-intel eeprom acpi_cpufreq cpufreq_conservative cpufreq_ondemand cpufreq_powersave cpufreq_userspace coretemp iwl3945 tifm_sd uvcvideo) # Scan for LVM volume groups at startup, required if you use LVM USELVM="no" # # ----------------------------------------------------------------------- # NETWORKING # ----------------------------------------------------------------------- # HOSTNAME="titanic" # # gateway="default gw 192.168.178.1" # ROUTES=(!gateway) # # Network profiles are found in /etc/network.d # NETWORKS=(home ethernet) # # ----------------------------------------------------------------------- # DAEMONS # ----------------------------------------------------------------------- # # Daemons to start at boot-up (in this order) # - prefix a daemon with a ! to disable it # - prefix a daemon with a @ to start it up in the background # DAEMONS=(syslog-ng cpufreq !netfs @net-profiles crond alsa dbus hal bluetooth !lircd !cups !postfix) # End of file