diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2009-11-27 03:55:42 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2009-11-27 03:55:42 +0000 |
| commit | c4c3b35172d6763337884ed866bc83a772f42555 (patch) | |
| tree | 2195129ce124b7c68b9b4ff3940ef0a820408cea /sys/boot/forth | |
| parent | 385e11118ce1c89c925377e36aefb7bdb0b6c1cd (diff) | |
Notes
Diffstat (limited to 'sys/boot/forth')
| -rw-r--r-- | sys/boot/forth/loader.conf.5 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/boot/forth/loader.conf.5 b/sys/boot/forth/loader.conf.5 index b7e8af26d247..df2183f1c41c 100644 --- a/sys/boot/forth/loader.conf.5 +++ b/sys/boot/forth/loader.conf.5 @@ -180,10 +180,15 @@ serial port speed setting. .Dq comconsole selects serial console, .Dq vidconsole -selects the video console, and +selects the video console, .Dq nullconsole selects a mute console -(useful for systems with neither a video console nor a serial port). +(useful for systems with neither a video console nor a serial port), and +.Dq spinconsole +selects the video console which prevents any input and hides all output +replacing it with +.Dq spinning +character (useful for embedded products and such). .It Va kernel .Pq Dq Pa /boot/kernel/kernel .It Va loader_conf_files |
