nixos/memtest: use docbook formatting
Without this the HTML manual and manpage is quite unreadable (newlines are squashed so it doesn't look like a list anymore). (Unfortunately, this makes the source unreadable.)
This commit is contained in:
parent
cba2444d11
commit
48851fa749
@ -32,12 +32,44 @@ in
|
|||||||
Parameters added to the Memtest86+ command line. As of memtest86+ 5.01
|
Parameters added to the Memtest86+ command line. As of memtest86+ 5.01
|
||||||
the following list of (apparently undocumented) parameters are
|
the following list of (apparently undocumented) parameters are
|
||||||
accepted:
|
accepted:
|
||||||
console=... -- set up a serial console.
|
|
||||||
btrace -- enable boot trace.
|
<itemizedlist>
|
||||||
maxcpus=... -- limit number of CPUs.
|
|
||||||
onepass -- run one pass and exit if there are no errors.
|
<listitem>
|
||||||
tstlist=... -- list of tests to run.
|
<para><literal>console=...</literal>, set up a serial console.
|
||||||
cpumask=... -- set a CPU mask, to select CPUs to use for testing.
|
Examples:
|
||||||
|
<literal>console=ttyS0</literal>,
|
||||||
|
<literal>console=ttyS0,9600</literal> or
|
||||||
|
<literal>console=ttyS0,115200n8</literal>.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para><literal>btrace</literal>, enable boot trace.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para><literal>maxcpus=N</literal>, limit number of CPUs.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para><literal>onepass</literal>, run one pass and exit if there
|
||||||
|
are no errors.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para><literal>tstlist=...</literal>, list of tests to run.
|
||||||
|
Example: <literal>0,1,2</literal>.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para><literal>cpumask=...</literal>, set a CPU mask, to select CPUs
|
||||||
|
to use for testing.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
|
This list of command line options was obtained by reading the
|
||||||
|
Memtest86+ source code.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user