Page MenuHomeFreeBSD

D58216.id181921.diff
No OneTemporary

D58216.id181921.diff

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
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd September 30, 2021
+.Dd July 13, 2026
.Dt LOADER_SIMP 8
.Os
.Sh NAME
@@ -202,6 +202,22 @@
.Ar keyno
or will default to zero.
.Pp
+.It Ic loadfont Op Fl l Op Ar file
+Loads, lists, or unloads console bitmap fonts.
+With
+.Fl l ,
+lists the fonts known to
+.Nm
+and their dimensions.
+Given a
+.Ar file
+argument, loads that font and makes it the active console font.
+With neither
+.Fl l
+nor
+.Ar file ,
+unloads any manually loaded font and returns to the default font.
+.Pp
.It Ic ls Xo
.Op Fl l
.Op Ar path
@@ -239,15 +255,93 @@
The filesystem hierarchy is rooted at a filesystem with the same name
as the pool.
.Pp
+.It Ic map-vdisk Ar file
+Maps
+.Ar file
+as a virtual disk, making it accessible under the device name
+.Pa vdiskN .
+The next available unit number
+.Ar N
+is chosen automatically and printed.
+.Pp
.It Ic more Ar file Op Ar
Display the files specified, with a pause at each
.Va LINES
displayed.
.Pp
+.It Ic nvstore Fl l
+.It Ic nvstore Ar store Fl l
+.It Ic nvstore Ar store Xo
+.Op Fl t Ar type
+.Ar key value
+.Xc
+.It Ic nvstore Ar store Fl g Ar key
+.It Ic nvstore Ar store Fl d Ar key
+Manages key/value pairs kept in a non-volatile
+.Ar store .
+Called with just
+.Fl l ,
+lists the names of the stores currently known to
+.Nm ;
+presently a store is registered for each ZFS pool that has been probed,
+named after the pool.
+Given a
+.Ar store
+and
+.Fl l ,
+lists the key/value pairs held in that store.
+.Fl g
+prints the value of
+.Ar key ,
+and
+.Fl d
+deletes it.
+Giving a bare
+.Ar key
+and
+.Ar value
+sets it, optionally tagged with
+.Ar type .
+.Pp
+.It Ic pnpautoload Op Fl v
+Automatically loads the modules matching the Plug-and-Play devices found by
+walking the buses that support this kind of discovery, such as the
+flattened device tree on non-x86 platforms.
+.Pp
+.It Ic pnpload Xo
+.Ar busname
+.Ar compat= Ns Ar compatdata
+.Xc
+Looks up the module matching
+.Ar busname
+and the PnP
+.Ar compatdata ,
+as reported by
+.Ic pnpmatch ,
+and loads it.
+.Pp
+.It Ic pnpmatch Xo
+.Op Fl v
+.Op Fl d
+.Ar busname
+.Ar compat= Ns Ar compatdata
+.Xc
+Looks up and prints the name of the module matching
+.Ar busname
+and the PnP
+.Ar compatdata ,
+without loading it.
+.Pp
.It Ic pnpscan Op Fl v
Scans for Plug-and-Play devices.
This is not functional at present.
.Pp
+.It Ic quit
+Exits
+.Nm ,
+returning control to the previous boot stage
+.Pq e.g.\& the BIOS or UEFI firmware .
+.Pp
.It Ic read Xo
.Op Fl t Ar seconds
.Op Fl p Ar prompt
@@ -263,9 +357,34 @@
.Fl p
flag.
.Pp
+.It Ic readtest Ar file
+Reads
+.Ar file
+sequentially from beginning to end and reports the number of bytes read
+and the elapsed time.
+Intended to benchmark storage and filesystem read performance, for
+debugging only.
+.Pp
.It Ic reboot
Immediately reboots the system.
.Pp
+.It Ic reloadbe Op Ar filesystem
+Refreshes the list of ZFS Boot Environments known to
+.Nm ,
+used by
+.Xr loader_lua 8
+and
+.Xr loader_4th 8 Ns 's
+.Ic be-list
+and
+.Ic be-switch
+commands.
+If
+.Ar filesystem
+is not given, the boot environments of the pool named by the
+.Va zfs_be_root
+variable are reloaded, if it is set.
+.Pp
.It Ic set Ar variable
.It Ic set Ar variable Ns = Ns Ar value
Set loader's environment variables.
@@ -279,6 +398,12 @@
.It Ic unload
Remove all modules from memory.
.Pp
+.It Ic unmap-vdisk Ar vdiskN
+Removes the mapping created by
+.Ic map-vdisk
+for
+.Ar vdiskN .
+.Pp
.It Ic unset Va variable
Removes
.Va variable

File Metadata

Mime Type
text/plain
Expires
Wed, Jul 22, 9:58 AM (5 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35072686
Default Alt Text
D58216.id181921.diff (3 KB)

Event Timeline