summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/forth')
-rw-r--r--sys/boot/forth/loader.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index 992ab06..db43699 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -67,6 +67,11 @@ module_path="/boot/kernel;/boot/modules" # Set the module search path
#boot_single="" # Start system in single-user mode
#boot_userconfig="" # Run kernel's interactive device configuration program
#boot_verbose="" # Causes extra debugging information to be printed
+#bootp="" # Use BOOTP to obtain an IP address at boot time
+#bootp.compat="" # Enable a workaround for broken bootp daemons
+#bootp.nfsroot="" # NFS mount the root filesystem using BOOTP info
+#bootp.nfsv3="" # Use NFS v3 to mount the root filesystem
+#bootp.wired_to="fxp0" # Use this interface only when bootp is enabled
#init_path="/sbin/init:/sbin/oinit:/sbin/init.bak:/stand/sysinstall"
# Sets the list of init candidates
#dumpdev="ad0s1b" # Set device for crash dumps
OpenPOWER on IntegriCloud