s/OPTIONS/options/ for kernel options since only the lowercase version
is accepted by config(8)
This commit is contained in:
parent
c92aa6f29a
commit
1f6ae51a1d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31125
1 changed files with 2 additions and 2 deletions
|
@ -300,8 +300,8 @@ console none unknown off secure</programlisting>
|
|||
first must recompile your kernel and include two additional
|
||||
options:</para>
|
||||
|
||||
<programlisting>OPTIONS VESA
|
||||
OPTIONS SC_PIXEL_MODE</programlisting>
|
||||
<programlisting>options VESA
|
||||
options SC_PIXEL_MODE</programlisting>
|
||||
|
||||
<para>Once the kernel has been recompiled with these two
|
||||
options, you can then determine what video modes are supported
|
||||
|
|
Loading…
Reference in a new issue