Advertisement
Guest User

Untitled

a guest
Jan 18th, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. #
  2. # /etc/rc.conf - Main Configuration for Arch Linux
  3. #
  4. # See 'man 5 rc.conf' for more details
  5. #
  6.  
  7. # -----------------------------------------------------------------------
  8. # LOCALIZATION
  9. # -----------------------------------------------------------------------
  10. #
  11. HARDWARECLOCK="UTC"
  12. TIMEZONE="America/New_York"
  13. KEYMAP="us"
  14. CONSOLEFONT=
  15. CONSOLEMAP=
  16. LOCALE=
  17. DAEMON_LOCALE="yes"
  18. USECOLOR="yes"
  19.  
  20. # -----------------------------------------------------------------------
  21. # HARDWARE
  22. # -----------------------------------------------------------------------
  23. #
  24. MODULES=()
  25.  
  26. UDEV_TIMEOUT=30
  27.  
  28. USEDMRAID="no"
  29.  
  30. USEBTRFS="no"
  31.  
  32. USELVM="no"
  33.  
  34. # -----------------------------------------------------------------------
  35. # NETWORKING
  36. # -----------------------------------------------------------------------
  37. #
  38. HOSTNAME="myhost"
  39.  
  40. interface=eth0
  41. address=
  42. netmask=
  43. broadcast=
  44. gateway=
  45.  
  46. NETWORK_PERSIST="no"
  47.  
  48. # -----------------------------------------------------------------------
  49. # DAEMONS
  50. # -----------------------------------------------------------------------
  51. #
  52. DAEMONS=(syslog-ng network crond)
  53. DAEMONS=(... dbus ...)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement