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$
|
$FreeBSD$
|
||||||
$FreeBSDde: de-docproj/books/handbook/jails/chapter.xml,v 1.23 2011/05/25 20:42:25 jkois Exp $
|
$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">
|
<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>
|
<info><title>Jails</title>
|
||||||
|
@ -243,9 +243,7 @@
|
||||||
<para>Einen Befehl (genauer den Pfad einer ausführbaren
|
<para>Einen Befehl (genauer den Pfad einer ausführbaren
|
||||||
Datei) der innerhalb der Jail ausgeführt werden soll.
|
Datei) der innerhalb der Jail ausgeführt werden soll.
|
||||||
Dieser Pfad wird relativ zum root-Verzeichnis einer
|
Dieser Pfad wird relativ zum root-Verzeichnis einer
|
||||||
Jail-Umgebung angegeben und kann sehr unterschiedlich
|
Jail-Umgebung angegeben.</para>
|
||||||
aussehen (je nachdem, wie die Jail-Umgebung konfiguriert
|
|
||||||
wurde).</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
|
@ -278,13 +276,13 @@
|
||||||
eine konzeptuelle Unterscheidung, die Einrichtung einer
|
eine konzeptuelle Unterscheidung, die Einrichtung einer
|
||||||
Jail bleibt davon gänzlich unberührt.</para>
|
Jail bleibt davon gänzlich unberührt.</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>setenv D /hier/ist/die/jail</userinput>
|
<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>mkdir -p $D</userinput> <co xml:id="jailpath"/>
|
||||||
&prompt.root; <userinput>cd /usr/src</userinput>
|
&prompt.root; <userinput>cd /usr/src</userinput>
|
||||||
&prompt.root; <userinput>make buildworld</userinput> <co xml:id="jailbuildworld"/>
|
&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 installworld DESTDIR=$D</userinput> <co xml:id="jailinstallworld"/>
|
||||||
&prompt.root; <userinput>make distribution DESTDIR=$D</userinput> <co xml:id="jaildistrib"/>
|
&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>mount -t devfs devfs $D/dev</userinput> <co xml:id="jaildevfs"/></screen>
|
||||||
|
|
||||||
<calloutlist>
|
<calloutlist>
|
||||||
<callout arearefs="jailpath">
|
<callout arearefs="jailpath">
|
||||||
|
|
Loading…
Reference in a new issue