From owner-svn-doc-head@freebsd.org Sun May 6 18:29:48 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12EB4FC25E1; Sun, 6 May 2018 18:29:48 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AEBCC79E99; Sun, 6 May 2018 18:29:47 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A4C6910533; Sun, 6 May 2018 18:29:47 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w46ITlrD022502; Sun, 6 May 2018 18:29:47 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w46ITlII022501; Sun, 6 May 2018 18:29:47 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201805061829.w46ITlII022501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Sun, 6 May 2018 18:29:47 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51624 - head/de_DE.ISO8859-1/books/handbook/jails X-SVN-Group: doc-head X-SVN-Commit-Author: bhd X-SVN-Commit-Paths: head/de_DE.ISO8859-1/books/handbook/jails X-SVN-Commit-Revision: 51624 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2018 18:29:48 -0000 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 --> Führen Sie folgendes Kommando in &man.sh.1; aus, um alles außer den Kernel zu installieren: - &prompt.root; for sets in BASE PORTS; do tar -xf /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$sets.TXZ -C $DESTDIR ; done + &prompt.root; for set in BASE PORTS; do tar -xf /mnt/usr/freebsd-dist/$set.txz -C $DESTDIR ; done Die Manualpage &man.jail.8; beschreibt die Erstellung einer Jail wie folgt: