Advertisement
gaurav208012

(Blog post) rc.conf

Jul 24th, 2012
564
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 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. # LOCALIZATION
  8. # ------------
  9. HARDWARECLOCK=UTC
  10. TIMEZONE=Asia/Kolkata
  11. KEYMAP="us"
  12. CONSOLEFONT=
  13. CONSOLEMAP=
  14. LOCALE="en_US.UTF-8"
  15. DAEMON_LOCALE="yes"
  16. USECOLOR="yes"
  17.  
  18. # HARDWARE
  19. # --------
  20. MODULES=()
  21. USEDMRAID="no"
  22. USEBTRFS="no"
  23. USELVM="no"
  24.  
  25. # NETWORKING
  26. # ----------
  27. HOSTNAME=virtarch
  28.  
  29. interface="eth0"
  30. address=
  31. netmask=
  32. broadcast=
  33. gateway=
  34.  
  35. NETWORK_PERSIST="no"
  36.  
  37. # DAEMONS
  38. # -------
  39. #
  40. DAEMONS=(syslog-ng network crond)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement