summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>2002-04-26 20:52:59 +0000
committerdcs <dcs@FreeBSD.org>2002-04-26 20:52:59 +0000
commitc6603b03d3340394f8430f6d1ee209258d0955af (patch)
treee8427265b172beb4b03d1b74ca7eff8e4e88be49 /sys/boot/forth
parent0054f0f74b4415097c17e647b18be568e088debd (diff)
downloadFreeBSD-src-c6603b03d3340394f8430f6d1ee209258d0955af.zip
FreeBSD-src-c6603b03d3340394f8430f6d1ee209258d0955af.tar.gz
A long, long time ago, msmith introduced vfs.root.mountfrom
loader variable, which let users specify the root mount point the exact way one does after booting the kernel. Let's take this opportunity to document it...
Diffstat (limited to 'sys/boot/forth')
-rw-r--r--sys/boot/forth/loader.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index aa1d689..c142722 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -77,6 +77,8 @@ module_path="/boot/kernel;/boot/modules;/modules" # Set the module search path
#kern.vm.kmem.size="" # Sets the size of kernel memory (bytes)
#machdep.pccard.pcic_irq="0" # Assigns PCCARD controller IRQ (0=polled)
#net.inet.tcp.tcbhashsize="" # Set the value of TCBHASHSIZE
+#vfs.root.mountfrom="" # Specify root partition in a way the
+ # kernel understands
#debug.ktr.cpumask="0xf" # Bitmask of CPUs to enable KTR on
#debug.ktr.mask="0x1200" # Bitmask of KTR events to enable
#debug.ktr.verbose="1" # Enable console dump of KTR events
OpenPOWER on IntegriCloud