man: add Arch Linux entry to systemd-nspawn(5)

Archlinux has a similar tool to debbotstrap in the arch-install-scripts
package that will install to a specified directory. This is generally
used for installation, so the -d flag must be passed to tell it to
install to a non-mountpoint directory.
This commit is contained in:
William Giokas 2013-01-26 11:15:32 -06:00 committed by Zbigniew Jędrzejewski-Szmek
parent 350b6a6560
commit 68562936c2
1 changed files with 12 additions and 0 deletions

View File

@ -320,6 +320,17 @@
</refsect1>
<refsect1>
<title>Example 3</title>
<programlisting># pacstrap -c -d ~/arch-tree/ base
# systemd-nspawn -bD ~/arch-tree/</programlisting>
<para>This installs a mimimal Arch Linux distribution into
the directory <filename>~/arch-tree/</filename> and then
boots an OS in a namespace container in it.</para>
</refsect1>
<refsect1>
<title>Exit status</title>
@ -334,6 +345,7 @@
<citerefentry><refentrytitle>chroot</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
<citerefentry><refentrytitle>yum</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
<citerefentry><refentrytitle>debootstrap</refentrytitle><manvolnum>8</manvolnum></citerefentry>
<citerefentry><refentrytitle>pacman</refentrytitle><manvolnum>8</manvolnum></citerefentry>
</para>
</refsect1>