rc.conf

proton252 tarafından 2 Ay önce Plain Text dilinde yazıldı.
URL http://www.lpaste.com/view/48574612
Yapıştırmayı İndir ve ya Metin Olarak Göster — Yapıştırmayı tarayıcıya tam genişlet | Görünüm Ayarlarını Değiştir
  1. # /etc/rc.conf - Main Configuration for Arch Linux
  2. #
  3.  
  4. # -----------------------------------------------------------------------
  5. # LOCALIZATION
  6. # -----------------------------------------------------------------------
  7. #
  8. # LOCALE: available languages can be listed with the 'locale -a' command
  9. # HARDWARECLOCK: set to "UTC" or "localtime"
  10. # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
  11. # TIMEZONE: timezones are found in /usr/share/zoneinfo
  12. # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
  13. # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
  14. # CONSOLEMAP: found in /usr/share/kbd/consoletrans
  15. # USECOLOR: use ANSI color sequences in startup messages
  16. #
  17. LOCALE="tr_TR.utf8"
  18. HARDWARECLOCK="localtime"
  19. USEDIRECTISA="yes"
  20. TIMEZONE="Europe/Istanbul"
  21. KEYMAP="trq"
  22. CONSOLEFONT="ter-v16b"
  23. CONSOLEMAP=
  24. USECOLOR="yes"
  25.  
  26. # -----------------------------------------------------------------------
  27. # HARDWARE
  28. # -----------------------------------------------------------------------
  29. #
  30. # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
  31. # MOD_BLACKLIST: Prevent udev from loading these modules
  32. # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
  33. #
  34. # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
  35. #
  36. MOD_AUTOLOAD="yes"
  37. #MOD_BLACKLIST=() #deprecated
  38. MODULES=(powernow-k8 cpufreq_ondemand it87 fglrx vboxdrv vboxnetflt vboxnetadp fuse !edac_core !radeon !ttm !drm_kms_helper !drm)
  39.  
  40. # Scan for LVM volume groups at startup, required if you use LVM
  41. USELVM="no"
  42.  
  43. # -----------------------------------------------------------------------
  44. # NETWORKING
  45. # -----------------------------------------------------------------------
  46. #
  47. # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
  48. #
  49. HOSTNAME="arch-k10"
  50.  
  51. # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
  52. #
  53. # Interfaces to start at boot-up (in this order)
  54. # Declare each interface then list in INTERFACES
  55. #   - prefix an entry in INTERFACES with a ! to disable it
  56. #   - no hyphens in your interface names - Bash doesn't like it
  57. #
  58. # DHCP:     Set your interface to "dhcp" (eth0="dhcp")
  59. # Wireless: See network profiles below
  60. #
  61. eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
  62. INTERFACES=(eth0)
  63.  
  64. # Routes to start at boot-up (in this order)
  65. # Declare each route then list in ROUTES
  66. #   - prefix an entry in ROUTES with a ! to disable it
  67. #
  68. gateway="default gw 192.168.0.1"
  69. ROUTES=(gateway)
  70.  
  71. # Enable these network profiles at boot-up.  These are only useful
  72. # if you happen to need multiple network configurations (ie, laptop users)
  73. #   - set to 'menu' to present a menu during boot-up (dialog package required)
  74. #   - prefix an entry with a ! to disable it
  75. #
  76. # Network profiles are found in /etc/network.d
  77. #
  78. # This now requires the netcfg package
  79. #
  80. #NETWORKS=(main)
  81.  
  82. # -----------------------------------------------------------------------
  83. # DAEMONS
  84. # -----------------------------------------------------------------------
  85. #
  86. # Daemons to start at boot-up (in this order)
  87. #   - prefix a daemon with a ! to disable it
  88. #   - prefix a daemon with a @ to start it up in the background
  89. #
  90. DAEMONS=(@syslog-ng @hal @network !netfs @crond  @hddtemp powernowd @pdnsd !bluetooth sensors @alsa fbsplash)
  91.  

"rc.conf" Yapıştırmasına Cevap

Yukarıdaki yapıştırmaya buradan cevap yazabilirsiniz

Bir snipurl oluştur

Özel Yap

Akıllı hissediyor musunuz? Bazı gelişmiş ayarları yapın.