summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2009-11-27 03:55:42 +0000
committersobomax <sobomax@FreeBSD.org>2009-11-27 03:55:42 +0000
commitb6f35cb16245f36acda0d07553cf947424fb7b62 (patch)
tree2195129ce124b7c68b9b4ff3940ef0a820408cea /sys/boot/forth
parent39508ed75b28dfbe7ad89a031a90063e7b2da07f (diff)
downloadFreeBSD-src-b6f35cb16245f36acda0d07553cf947424fb7b62.zip
FreeBSD-src-b6f35cb16245f36acda0d07553cf947424fb7b62.tar.gz
Add new loader console type: "spinconsole". This console selects the
video console which doesn't take any input from keyboard and hides all output replacing it with ``spinning'' character (useful for embedded products and custom installations). Sponsored by: Sippy Software, Inc.
Diffstat (limited to 'sys/boot/forth')
-rw-r--r--sys/boot/forth/loader.conf.59
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/boot/forth/loader.conf.5 b/sys/boot/forth/loader.conf.5
index b7e8af2..df2183f 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
OpenPOWER on IntegriCloud