Page MenuHomeFreeBSD

D59974.diff
No OneTemporary

D59974.diff

diff --git a/stand/defaults/loader.conf.5 b/stand/defaults/loader.conf.5
--- a/stand/defaults/loader.conf.5
+++ b/stand/defaults/loader.conf.5
@@ -229,6 +229,15 @@
This is useful for system recovery when
.Pa /etc/fstab
is damaged, lost, or read from the wrong partition.
+.It Ar vfs.root.mountfrom.options
+Mount options for the root filesystem, passed alongside
+.Va vfs.root.mountfrom .
+Like
+.Va vfs.root.mountfrom ,
+.Xr loader 8
+automatically calculates this from the options field of the
+.Pa /etc/fstab
+entry for the root filesystem, unless it is already set.
.It Ar password
Protect boot menu with a password without interrupting
.Ic autoboot
diff --git a/stand/man/loader_simp.8 b/stand/man/loader_simp.8
--- a/stand/man/loader_simp.8
+++ b/stand/man/loader_simp.8
@@ -591,13 +591,33 @@
Has the value
.Dq Li OK
if the Forth's current state is interpreting.
+.It Va kernelname
+Overrides the name of the kernel file to load, taking precedence over
+.Va bootfile
+and the default kernel search.
.It Va LINES
Define the number of lines on the screen, to be used by the pager.
+.It Va loader_lua
+.Pq Xr loader_lua 8 only
+Overrides the path of the Lua startup script to run, in place of the
+default
+.Pa /boot/lua/loader.lua .
.It Va module_path
Sets the list of directories which will be searched for modules
named in a load command or implicitly required by a dependency.
The default value for this variable is
.Dq Li /boot/kernel;/boot/modules .
+.It Va module_verbose
+Controls how much is printed about each module as it loads.
+.Dq Li 0
+prints nothing,
+.Dq Li 1
+prints the module's name and size,
+.Dq Li 2
+.Pq the default
+shows a progress twiddle, and
+.Dq Li 3
+prints everything.
.It Va num_ide_disks
Sets the number of IDE disks as a workaround for some problems in
finding the root disk at boot.

File Metadata

Mime Type
text/plain
Expires
Sat, Sep 26, 2:58 AM (12 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39594265
Default Alt Text
D59974.diff (1 KB)

Event Timeline