svn commit: r50368 - head/de_DE.ISO8859-1/books/handbook/cutting-edge

Bjoern Heidotting <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: bhd
Date: Wed Jun 14 19:05:37 2017
New Revision: 50368
URL: https://svnweb.freebsd.org/changeset/doc/50368

Log:
  Update to r50252:
  
  Show linking a custom kernel config file from another directory.

Modified:
  head/de_DE.ISO8859-1/books/handbook/cutting-edge/chapter.xml

Modified: head/de_DE.ISO8859-1/books/handbook/cutting-edge/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/cutting-edge/chapter.xml	Wed Jun 14 10:43:31 2017	(r50367)
+++ head/de_DE.ISO8859-1/books/handbook/cutting-edge/chapter.xml	Wed Jun 14 19:05:37 2017	(r50368)
@@ -5,7 +5,7 @@
 
      $FreeBSD$
      $FreeBSDde$
-     basiert auf: r50251
+     basiert auf: r50252
 -->
 <chapter xmlns="http://docbook.org/ns/docbook"
   xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
@@ -1527,6 +1527,18 @@ Working Copy Root Path: /usr/src
 	  Konfigurationsdateien in
 	  <filename>/usr/src/sys/<replaceable>amd64</replaceable>/conf/</filename>.</para>
 
+	<tip>
+	  <para><filename>/usr/src</filename> kann aus Versehen
+	    gelöscht oder neu erstellt werden.  Daher ist es
+	    vorzuziehen, angepasste Kernelkonfigurationsdateien in
+	    einen separaten Verzeichnis, wie bspw.
+	    <filename>/root</filename> zu speichern und diese in das
+	    <filename>conf</filename>-Verzeichnis zu verlinken.  Wenn
+	    dieses Verzeichnis gelöscht oder überschrieben wird, kann
+	    die Kernelkonfigurationsdatei einfach neu verknüpft
+	    werden.</para>
+	</tip>
+
 	<para>Eine benutzerdefinierte Konfigurationsdatei kann durch
 	  Kopieren der
 	  <filename>GENERIC</filename>-Konfigurationsdatei erstellt
@@ -1534,10 +1546,11 @@ Working Copy Root Path: /usr/src
 	  Speicherserver, heißt also
 	  <filename>STORAGESERVER</filename>:</para>
 
-	<screen>&prompt.root; <userinput>cd /usr/src/sys/amd64/conf</userinput>
-&prompt.root; <userinput>cp GENERIC STORAGESERVER</userinput></screen>
+	<screen>&prompt.root; <userinput>cp /usr/src/sys/amd64/conf/GENERIC /root/STORAGESERVER</userinput>
+&prompt.root; <userinput>cd /usr/src/sys/amd64/conf</userinput>
+&prompt.root; <userinput>ln -s /root/STORAGESERVER .</userinput></screen>
 
-	<para>Jetzt kann <filename>STORAGESERVER</filename> bearbeitet
+	<para>Jetzt kann <filename>/root/STORAGESERVER</filename> bearbeitet
 	  werden.  Die Manualpage &man.config.5; zeigt, wie Treiber
 	  und Optionen hinzugefügt oder entfernt werden.</para>

_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.