aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorRoman Kyrylych <roman@archlinux.org>2008-02-21 18:07:44 +0200
committerRoman Kyrylych <roman@archlinux.org>2008-02-21 18:07:44 +0200
commitef86e38e9fd750db35e23aa949aa60e4c9f60f0c (patch)
treec04d9f7c0bb89cc946f640373c146fc458d1748c /rc.conf
parentbb639b33167e13602aacf34bab6032992e7b3d6a (diff)
downloadinitscripts-ef86e38e9fd750db35e23aa949aa60e4c9f60f0c.tar.xz
Remove trailing whitespaces and do some little reformatting
Signed-off-by: Roman Kyrylych <roman@archlinux.org>
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf8
1 files changed, 3 insertions, 5 deletions
diff --git a/rc.conf b/rc.conf
index 076703c..8a78b30 100644
--- a/rc.conf
+++ b/rc.conf
@@ -17,7 +17,7 @@
#
LOCALE="en_US.utf8"
HARDWARECLOCK="localtime"
-USEDIRECTISA="yes"
+USEDIRECTISA="yes"
TIMEZONE="Canada/Pacific"
KEYMAP="us"
CONSOLEFONT=
@@ -33,7 +33,7 @@ USECOLOR="yes"
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
#
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
-#
+#
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=()
@@ -49,14 +49,12 @@ USELVM="no"
#
HOSTNAME="myhost"
-# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available
-# interfaces.
+# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
-#
#
# DHCP: Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below