Update to r39025:
Replace reference to sysinstall by a link to the section that shows how to sync the system sources. Obtained from: The FreeBSD German Documentation Project
This commit is contained in:
parent
397af3aa33
commit
4567d76317
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46855
1 changed files with 7 additions and 11 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
$FreeBSDde$
|
$FreeBSDde$
|
||||||
basiert auf: r38490
|
basiert auf: r39025
|
||||||
-->
|
-->
|
||||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="kernelconfig">
|
<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>
|
<info><title>Konfiguration des &os;-Kernels</title>
|
||||||
|
@ -320,16 +320,12 @@ following line in &man.loader.conf.5;:
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>Falls Sie kein <filename>/usr/src/</filename>-Verzeichnis
|
<para>Falls Sie kein <filename>/usr/src/</filename>-Verzeichnis
|
||||||
vorfinden (oder dieses leer ist), so sind die Quellen nicht
|
vorfinden (oder dieses leer ist), so sind die Quellen nicht
|
||||||
installiert. Der einfachste Weg, dies nachzuholen, ist
|
installiert. Der einfachste Weg, dies nachzuholen, ist die
|
||||||
<command>sysinstall</command> als <systemitem class="username">root</systemitem>
|
Verwendung von &man.csup.1;, wie in <xref linkend="synching"/>
|
||||||
auszuführen. Dort wählen Sie
|
beschrieben ist. Falls nicht vorhanden, sollten Sie auch noch
|
||||||
<guimenuitem>Configure</guimenuitem>, dann
|
einen symbolischen Link auf <filename>/usr/src/sys/</filename>
|
||||||
<guimenuitem>Distributions</guimenuitem>, dann
|
anlegen:</para>
|
||||||
<guimenuitem>src</guimenuitem>, und schließlich
|
|
||||||
<guimenuitem>All</guimenuitem>. Falls nicht vorhanden, sollten
|
|
||||||
Sie auch noch einen symbolischen Link auf
|
|
||||||
<filename>/usr/src/sys/</filename> anlegen:</para>
|
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>ln -s /usr/src/sys /sys</userinput></screen>
|
<screen>&prompt.root; <userinput>ln -s /usr/src/sys /sys</userinput></screen>
|
||||||
</note>
|
</note>
|
||||||
|
|
Loading…
Reference in a new issue