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.
This commit is contained in:
parent
b0b1990ff3
commit
e48aa31b23
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51624
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue