diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-13 10:55:22 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-13 10:55:22 +0000 |
| commit | 3e444868c47b95f0819fa151f8008d74bdbbca84 (patch) | |
| tree | 24aa7ab91e66aa6acf502b6a86c5f08416233e66 /sys/boot/forth | |
| parent | fb8294fed993f25833dc33560d52f483dcac6c20 (diff) | |
Notes
Diffstat (limited to 'sys/boot/forth')
| -rw-r--r-- | sys/boot/forth/loader.conf.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/boot/forth/loader.conf.5 b/sys/boot/forth/loader.conf.5 index 3f6fcfea487a..c24e9846e976 100644 --- a/sys/boot/forth/loader.conf.5 +++ b/sys/boot/forth/loader.conf.5 @@ -147,9 +147,12 @@ Name of the bitmap to be loaded. Any other name can be used. .It Va console .Pq Dq vidconsole .Dq comconsole -selects serial console, and +selects serial console, .Dq vidconsole -selects the video console. +selects the video console, and +.Dq nullconsole +selects a mute console +(useful for systems with neither a video console nor a serial port). .It Va kernel .Pq Dq /kernel .It Va loader_conf_files |
