aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rc.conf21
-rw-r--r--rc.conf.5.txt2
2 files changed, 6 insertions, 17 deletions
diff --git a/rc.conf b/rc.conf
index 78596b4..b79bd6a 100644
--- a/rc.conf
+++ b/rc.conf
@@ -4,10 +4,8 @@
# See 'man 5 rc.conf' for more details
#
-# -----------------------------------------------------------------------
# LOCALIZATION
-# -----------------------------------------------------------------------
-#
+# ------------
HARDWARECLOCK=
TIMEZONE=
KEYMAP=
@@ -17,25 +15,17 @@ LOCALE=
DAEMON_LOCALE="yes"
USECOLOR="yes"
-# -----------------------------------------------------------------------
# HARDWARE
-# -----------------------------------------------------------------------
-#
+# --------
MODULES=()
-
UDEV_TIMEOUT=30
-
USEDMRAID="no"
-
USEBTRFS="no"
-
USELVM="no"
-# -----------------------------------------------------------------------
# NETWORKING
-# -----------------------------------------------------------------------
-#
-HOSTNAME="myhost"
+# ----------
+HOSTNAME=
interface=
address=
@@ -45,8 +35,7 @@ gateway=
NETWORK_PERSIST="no"
-# -----------------------------------------------------------------------
# DAEMONS
-# -----------------------------------------------------------------------
+# -------
#
DAEMONS=(syslog-ng network crond)
diff --git a/rc.conf.5.txt b/rc.conf.5.txt
index bb26c5c..9ec8526 100644
--- a/rc.conf.5.txt
+++ b/rc.conf.5.txt
@@ -137,7 +137,7 @@ NETWORKING[[N]]
Hostname of machine. Should also be put in /etc/hosts. The contents of
/etc/hostname (if not empty) takes precedence.
-Default: "myhost"
+Default: empty
The following settings help you setting up a wired network.