X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-nspawn.xml;h=a926a7e5d3d18545890f68856b524c846c7b2639;hb=8db4213e7b38ebc54bfdc7215991cc23b9580e3a;hp=6a0d21f0a5e042ce692bb6fc3b35d17f8d3b6a39;hpb=ff01d048b4c1455241c894cf7982662c9d28fd34;p=elogind.git diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 6a0d21f0a..a926a7e5d 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -8,16 +8,16 @@ Copyright 2010 Lennart Poettering systemd is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. systemd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + Lesser General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . --> @@ -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 @@ -132,7 +135,7 @@ - + Directory to use as file system root for the namespace @@ -141,6 +144,16 @@ used. + + + + + Automatically search + for an init binary and invoke it + instead of a shell or a user supplied + program. + + @@ -154,6 +167,27 @@ + + + + Set the specified uuid + for the container. The init system + will initialize + /etc/machine-id + from this if this file is not set yet. + + + + + + + + Makes the container appear in + other hierarchies that the name=systemd:/ one. + Takes a comma-separated list of controllers. + + + @@ -164,6 +198,14 @@ loopback device. + + + + Mount the root file + system read only for the + container. + + @@ -171,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/ /bin/systemd 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. @@ -207,8 +247,8 @@ systemd1, chroot1, + yum8, debootstrap8 - mock1