mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-06-16 02:35:58 +00:00
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:
committed by
Zbigniew Jędrzejewski-Szmek
parent
350b6a6560
commit
68562936c2
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user