From: Zbigniew Jędrzejewski-Szmek Date: Thu, 16 Nov 2017 12:40:35 +0000 (+0100) Subject: man: mention how to provision Ubuntu and Tanglu for nspawn (#7359) X-Git-Tag: v236~199 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=12c4ee0af3a3b2fd37708961351ac1fea8ee6e67;p=thirdparty%2Fsystemd.git man: mention how to provision Ubuntu and Tanglu for nspawn (#7359) Also add urls. Urls are nice. --- diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index b741a1fff92..2386c80b1ca 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -1061,7 +1061,8 @@ Examples - Download a Fedora image and start a shell in it + Download a + <ulink url="https://getfedora.org">Fedora</ulink> image and start a shell in it # machinectl pull-raw --verify=no \ https://download.fedoraproject.org/pub/fedora/linux/releases/25/CloudImages/x86_64/images/Fedora-Cloud-Base-25-1.3.x86_64.raw.xz @@ -1097,10 +1098,20 @@ This installs a minimal Debian unstable distribution into the directory ~/debian-tree/ and then spawns a shell in a namespace container in it. + + debootstrap supports + Debian, + Ubuntu, + and Tanglu + out of the box, so the same command can be used to install any of those. For other + distributions from the Debian family, a mirror has to be specified, see + debootstrap8. + - Boot a minimal Arch Linux distribution in a container + Boot a minimal + <ulink url="https://www.archlinux.org">Arch Linux</ulink> distribution in a container # pacstrap -c -d ~/arch-tree/ base # systemd-nspawn -bD ~/arch-tree/ @@ -1111,7 +1122,9 @@ - Install the OpenSUSE Tumbleweed rolling distribution + Install the + <ulink url="https://software.opensuse.org/distributions/tumbleweed">OpenSUSE Tumbleweed</ulink> + rolling distribution # zypper --root=/var/lib/machines/tumbleweed ar -c \ https://download.opensuse.org/tumbleweed/repo/oss tumbleweed