X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-nspawn.xml;h=a926a7e5d3d18545890f68856b524c846c7b2639;hb=98709151f3e782eb508ba15e2a12c0b46003f061;hp=5bf43e8537e843b1fc0a70909e551803a7194b28;hpb=144f0fc0c8a5e2f6b72179e2b5fb992474da24ad;p=elogind.git diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 5bf43e853..a926a7e5d 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -93,9 +93,12 @@ container. Use a tool like - debootstrap8 or mock1 + yum8 + or + debootstrap8 to set up an OS directory tree suitable as file system - hierarchy for systemd-nspawn containers. + hierarchy for systemd-nspawn + containers. Note that systemd-nspawn will mount file systems private to the container to @@ -195,6 +198,14 @@ loopback device. + + + + Mount the root file + system read only for the + container. + + @@ -202,27 +213,25 @@ Example 1 - # debootstrap --arch=amd64 unstable debian-tree/ -# systemd-nspawn -D debian-tree/ - - This installs a minimal Debian unstable - distribution into the directory - debian-tree/ and then spawns a - shell in a namespace container in it. + # yum --releasever=17 --nogpgcheck --installroot ~/fedora-tree/ install yum passwd vim-minimal rootfiles systemd +# systemd-nspawn -D ~/fedora-tree /usr/lib/systemd/systemd + This installs a minimal Fedora distribution into + the directory ~/fedora-tree/ + and then boots an OS in a namespace container in it, + with systemd as init system. Example 2 - # mock --init -# systemd-nspawn -D /var/lib/mock/fedora-rawhide-x86_64/root/ /sbin/init systemd.log_level=debug + # debootstrap --arch=amd64 unstable ~/debian-tree/ +# systemd-nspawn -D ~/debian-tree/ - This installs a minimal Fedora distribution into - a subdirectory of /var/lib/mock/ - and then boots an OS in a namespace container in it, - with systemd as init system, configured for debug - logging. + This installs a minimal Debian unstable + distribution into the directory + ~/debian-tree/ and then spawns a + shell in a namespace container in it. @@ -238,8 +247,8 @@ systemd1, chroot1, - debootstrap8, - mock1 + yum8, + debootstrap8