From 68562936c243a2e2190a7232c4805ffd094e9b3b Mon Sep 17 00:00:00 2001 From: William Giokas <1007380@gmail.com> Date: Sat, 26 Jan 2013 11:15:32 -0600 Subject: [PATCH] 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. --- man/systemd-nspawn.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 777e0a3a7..834e2ccf1 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -320,6 +320,17 @@ + + Example 3 + + # pacstrap -c -d ~/arch-tree/ base +# systemd-nspawn -bD ~/arch-tree/ + + This installs a mimimal Arch Linux distribution into + the directory ~/arch-tree/ and then + boots an OS in a namespace container in it. + + Exit status @@ -334,6 +345,7 @@ chroot1, yum8, debootstrap8 + pacman8 -- 2.30.2