svn commit: r51624 - head/de_DE.ISO8859-1/books/handbook/jails

Bjoern Heidotting bhd at FreeBSD.org
Sun May 6 18:29:48 UTC 2018


Author: bhd
Date: Sun May  6 18:29:47 2018
New Revision: 51624
URL: https://svnweb.freebsd.org/changeset/doc/51624

Log:
  Update to r51447:
  
  Fix command to extract multiple sets for jail creation
  
  In the example for extracting multiple distribution sets the path and
  case was incorrect.
  
  There's still more adjustment to be made here: not all sets are listed,
  and one of the unlisted ones (lib32) does not exist on all archs, but
  at least the example command should work.

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

Modified: head/de_DE.ISO8859-1/books/handbook/jails/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/jails/chapter.xml	Sun May  6 11:09:11 2018	(r51623)
+++ head/de_DE.ISO8859-1/books/handbook/jails/chapter.xml	Sun May  6 18:29:47 2018	(r51624)
@@ -5,7 +5,7 @@
 
     $FreeBSD$
     $FreeBSDde: de-docproj/books/handbook/jails/chapter.xml,v 1.23 2011/05/25 20:42:25 jkois Exp $
-    basiert auf: r48843
+    basiert auf: r51447
 -->
 <chapter xmlns="http://docbook.org/ns/docbook"
   xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
@@ -290,7 +290,7 @@
     <para>Führen Sie folgendes Kommando in &man.sh.1; aus, um alles
       außer den Kernel zu installieren:</para>
 
-    <screen>&prompt.root; <userinput>for <replaceable>sets</replaceable> in BASE PORTS; do tar -xf /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$<replaceable>sets</replaceable>.TXZ -C $DESTDIR ; done</userinput></screen>
+    <screen>&prompt.root; <userinput>for set in BASE PORTS; do tar -xf /mnt/usr/freebsd-dist/$set.txz -C $DESTDIR ; done</userinput></screen>
 
     <para>Die Manualpage &man.jail.8; beschreibt die Erstellung einer
       Jail wie folgt:</para>


More information about the svn-doc-all mailing list