Fix references to the kernel distributions to use the correct names
(uppercase). PR: docs/137415 Submitted by: Yuri Gorchakov Approved by: re (rwatson, kib) MFC after: 3 days
This commit is contained in:
parent
83ee73d6f0
commit
e934441f67
@ -939,7 +939,7 @@ installFixupKernel(dialogMenuItem *self, int dists)
|
|||||||
if (RunningAsInit) {
|
if (RunningAsInit) {
|
||||||
/*
|
/*
|
||||||
* Install something as /boot/kernel. Prefer SMP
|
* Install something as /boot/kernel. Prefer SMP
|
||||||
* over generic--this should handle the case where
|
* over GENERIC--this should handle the case where
|
||||||
* both SMP and GENERIC are installed (otherwise we
|
* both SMP and GENERIC are installed (otherwise we
|
||||||
* select the one kernel that was installed).
|
* select the one kernel that was installed).
|
||||||
*
|
*
|
||||||
|
@ -411,9 +411,9 @@ Possible distribution values are:
|
|||||||
.Bl -tag -width indentxx
|
.Bl -tag -width indentxx
|
||||||
.It Li base
|
.It Li base
|
||||||
The base binary distribution.
|
The base binary distribution.
|
||||||
.It Li generic
|
.It Li GENERIC
|
||||||
The GENERIC kernel.
|
The GENERIC kernel.
|
||||||
.It Li smp
|
.It Li SMP
|
||||||
A kernel suitable for multiple processor systems.
|
A kernel suitable for multiple processor systems.
|
||||||
.It Li doc
|
.It Li doc
|
||||||
Miscellaneous documentation
|
Miscellaneous documentation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user