Update to r42035:
Minor edits for punctuation and clarity. Space callouts to align evenly so they do not look like part of the content.
This commit is contained in:
parent
82fc9fc282
commit
6fd7b2a80e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47546
1 changed files with 8 additions and 10 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: r40792
|
||||
basiert auf: r42035
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="jails">
|
||||
<info><title>Jails</title>
|
||||
|
@ -243,9 +243,7 @@
|
|||
<para>Einen Befehl (genauer den Pfad einer ausführbaren
|
||||
Datei) der innerhalb der Jail ausgeführt werden soll.
|
||||
Dieser Pfad wird relativ zum root-Verzeichnis einer
|
||||
Jail-Umgebung angegeben und kann sehr unterschiedlich
|
||||
aussehen (je nachdem, wie die Jail-Umgebung konfiguriert
|
||||
wurde).</para>
|
||||
Jail-Umgebung angegeben.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
|
@ -278,13 +276,13 @@
|
|||
eine konzeptuelle Unterscheidung, die Einrichtung einer
|
||||
Jail bleibt davon gänzlich unberührt.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>setenv D /hier/ist/die/jail</userinput>
|
||||
&prompt.root; <userinput>mkdir -p $D</userinput> <co xml:id="jailpath"/>
|
||||
<screen>&prompt.root; <userinput>setenv D <replaceable>/hier/ist/die/jail</replaceable></userinput>
|
||||
&prompt.root; <userinput>mkdir -p $D</userinput> <co xml:id="jailpath"/>
|
||||
&prompt.root; <userinput>cd /usr/src</userinput>
|
||||
&prompt.root; <userinput>make buildworld</userinput> <co xml:id="jailbuildworld"/>
|
||||
&prompt.root; <userinput>make installworld DESTDIR=$D</userinput> <co xml:id="jailinstallworld"/>
|
||||
&prompt.root; <userinput>make distribution DESTDIR=$D</userinput> <co xml:id="jaildistrib"/>
|
||||
&prompt.root; <userinput>mount -t devfs devfs $D/dev</userinput> <co xml:id="jaildevfs"/></screen>
|
||||
&prompt.root; <userinput>make buildworld</userinput> <co xml:id="jailbuildworld"/>
|
||||
&prompt.root; <userinput>make installworld DESTDIR=$D</userinput> <co xml:id="jailinstallworld"/>
|
||||
&prompt.root; <userinput>make distribution DESTDIR=$D</userinput> <co xml:id="jaildistrib"/>
|
||||
&prompt.root; <userinput>mount -t devfs devfs $D/dev</userinput> <co xml:id="jaildevfs"/></screen>
|
||||
|
||||
<calloutlist>
|
||||
<callout arearefs="jailpath">
|
||||
|
|
Loading…
Reference in a new issue