Update to r44371:
Recover lost <replaceable> tags.
This commit is contained in:
parent
9b9bca45bc
commit
16527fbda9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48084
1 changed files with 6 additions and 6 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde$
|
||||
basiert auf: r44288
|
||||
basiert auf: r44371
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="kernelconfig">
|
||||
<info><title>Konfiguration des &os;-Kernels</title>
|
||||
|
|
@ -395,7 +395,7 @@ options IPDIVERT
|
|||
|
||||
<para>Dies ist der Name des Kernels. Setzen Sie hier den Namen
|
||||
des neuen Kernels ein, beispielsweise
|
||||
<literal>MYKERNEL</literal>. Der Wert von
|
||||
<literal><replaceable>MYKERNEL</replaceable></literal>. Der Wert von
|
||||
<literal>ident</literal> wird beim Booten des neuen Kernels
|
||||
ausgegeben.</para>
|
||||
|
||||
|
|
@ -1360,8 +1360,8 @@ device fwe # Ethernet over FireWire (non-standard!)</programl
|
|||
im Bootmenü die Option
|
||||
<quote>Escape to a loader prompt</quote>. Danach
|
||||
geben Sie am Prompt
|
||||
<command>boot kernel.old</command> oder
|
||||
den Namen eines anderen Kernels ein, der sauber
|
||||
<command>boot <replaceable>kernel.old</replaceable></command>
|
||||
oder den Namen eines anderen Kernels ein, der sauber
|
||||
bootet.</para>
|
||||
|
||||
<para>Nun kann die Konfiguration noch einmal überprüft und
|
||||
|
|
@ -1384,8 +1384,8 @@ device fwe # Ethernet over FireWire (non-standard!)</programl
|
|||
schnell wie möglich, indem Sie das Verzeichnis mit dem
|
||||
funktionierenden Kernel umbenennen:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>mv /boot/kernel /boot/kernel.bad</userinput>
|
||||
&prompt.root; <userinput>mv /boot/kernel.good /boot/kernel</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>mv /boot/kernel <replaceable>/boot/kernel.bad</replaceable></userinput>
|
||||
&prompt.root; <userinput>mv <replaceable>/boot/kernel.good</replaceable> /boot/kernel</userinput></screen>
|
||||
|
||||
</note>
|
||||
</listitem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue