Correct the loader.conf entries for enabling a console.
Submitted by: Matt Thyer (matt thyer % gmail!com) (via docs)
This commit is contained in:
parent
20fa28298a
commit
11a24231a0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37534
1 changed files with 2 additions and 2 deletions
|
|
@ -2857,7 +2857,7 @@ ttyu3 "/usr/libexec/getty std.9600" unknown off secure</programlisting>
|
|||
serial console by writing just one line in
|
||||
<filename>/boot/loader.conf</filename>:</para>
|
||||
|
||||
<programlisting>set console="comconsole"</programlisting>
|
||||
<programlisting>console="comconsole"</programlisting>
|
||||
|
||||
<para>This will take effect regardless of the settings in the boot
|
||||
block discussed in the previous section.</para>
|
||||
|
|
@ -2868,7 +2868,7 @@ ttyu3 "/usr/libexec/getty std.9600" unknown off secure</programlisting>
|
|||
|
||||
<para>Likewise, you can specify the internal console as:</para>
|
||||
|
||||
<programlisting>set console="vidconsole"</programlisting>
|
||||
<programlisting>console="vidconsole"</programlisting>
|
||||
|
||||
<para>If you do not set the boot loader environment variable
|
||||
<envar>console</envar>, the boot loader, and subsequently the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue