aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf21
1 files changed, 18 insertions, 3 deletions
diff --git a/rc.conf b/rc.conf
index 5ebcd35..534112f 100644
--- a/rc.conf
+++ b/rc.conf
@@ -33,10 +33,14 @@ VERBOSE="3"
# HARDWARE
# -----------------------------------------------------------------------
#
-# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
-# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
+# MOD_AUTOLOAD: Deprecated. Always leave at "yes".
+# MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
+# Replace every !module by an entry as on the following line in a file in
+# /etc/modprobe.d:
+# blacklist module
+# See "man modprobe.conf" for details.
#
-MOD_AUTOLOAD="yes" # (DEPRECATED) always leave at "yes"
+MOD_AUTOLOAD="yes"
MODULES=()
# Udev settle timeout (default to 30)
@@ -67,6 +71,17 @@ HOSTNAME="myhost"
# - netmask: subnet mask (ignored for DHCP)
# - gateway: default route (ignored for DHCP)
#
+# Static IP example
+# interface=eth0
+# address=192.168.0.2
+# netmask=255.255.255.0
+# gateway=192.168.0.1
+#
+# DHCP example
+# interface=eth0
+# address=
+# netmask=
+# gateway=
interface=
address=