svn commit: r54716 - head/de_DE.ISO8859-1/books/handbook/boot

Bjoern Heidotting <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: bhd
Date: Thu Nov 26 19:15:09 2020
New Revision: 54716
URL: https://svnweb.freebsd.org/changeset/doc/54716

Log:
  Update to r54707:
  
  handbook/boot: fix unload + load example
  
  The unload + load example in the 12.2.3 section doesn't seem to work.
  The original problem was reported in https://reviews.freebsd.org/D24960.
  
  Correct the example by using fully qualified paths since this is how it works
  now. Tested in 12.1, 12.2 and 13-current.

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

Modified: head/de_DE.ISO8859-1/books/handbook/boot/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/boot/chapter.xml	Thu Nov 26 06:07:04 2020	(r54715)
+++ head/de_DE.ISO8859-1/books/handbook/boot/chapter.xml	Thu Nov 26 19:15:09 2020	(r54716)
@@ -5,7 +5,7 @@
 
      $FreeBSD$
      $FreeBSDde: de-docproj/books/handbook/boot/chapter.xml,v 1.63 2012/04/22 20:05:15 bcr Exp $
-     basiert auf: r53816
+     basiert auf: r54707
 -->
 <chapter xmlns="http://docbook.org/ns/docbook"
   xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
@@ -504,11 +504,13 @@ boot:</screen>
 	    laden:</para>
 
 	  <screen><userinput>unload</userinput>
-<userinput>load <replaceable>kernel.old</replaceable></userinput></screen>
+<userinput>load <replaceable>/pfad/zur/kerneldatei</replaceable></userinput></screen>
 
-	  <para>Verwenden Sie <filename>kernel.GENERIC</filename>,
-	    um den allgemeinen Kernel zu bezeichnen, der
-	    vorinstalliert wird.  <filename>kernel.old</filename>
+	  <para>Verwenden Sie
+	    <filename>/boot/GENERIC/kernel</filename>, um auf den
+	    allgemeinen Kernel zu verweisen, der bei jeder
+	    Installation dabei ist.
+	    <filename>/boot/kernel.old/kernel</filename> hingegen
 	    bezeichnet den Kernel, der vor dem System-Upgrade
 	    installiert war.</para>
 
@@ -516,7 +518,7 @@ boot:</screen>
 	    einem anderen Kernel:</para>
 
 	  <screen><userinput>unload</userinput>
-<userinput>set kernel="<replaceable>kernel.old</replaceable>"</userinput>
+<userinput>set kernel="<replaceable>meinkernel</replaceable>"</userinput>
 <userinput>boot-conf</userinput></screen>
 
 	  <para>Um ein automatisiertes Kernelkonfigurations-Skript zu
_______________________________________________
[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.