chiark / gitweb /
man: update suggested yum command line in nspawn(1)
authorLennart Poettering <lennart@poettering.net>
Fri, 18 Jan 2013 17:22:55 +0000 (18:22 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 18 Jan 2013 17:23:20 +0000 (18:23 +0100)
man/systemd-nspawn.xml

index 2939951a886a775427cc59d74430e580dcc8dfb8..777e0a3a77ba0ead624e29111ade46477892c9da 100644 (file)
         <refsect1>
                 <title>Example 1</title>
 
-                <programlisting># yum --releasever=17 --nogpgcheck --installroot ~/fedora-tree/ install yum passwd vim-minimal rootfiles systemd
-# systemd-nspawn -D ~/fedora-tree /usr/lib/systemd/systemd</programlisting>
+                <programlisting># yum -y --releasever=19 --nogpg --installroot=/srv/mycontainer --disablerepo='*' --enablerepo=fedora install systemd passwd yum fedora-release vim-minimal
+# systemd-nspawn -bD /srv/mycontainer</programlisting>
 
                 <para>This installs a minimal Fedora distribution into
-                the directory <filename>~/fedora-tree/</filename>
-                and then boots an OS in a namespace container in it,
-                with systemd as init system.</para>
+                the directory <filename>/srv/mycontainer/</filename> and
+                then boots an OS in a namespace container in
+                it.</para>
         </refsect1>
 
         <refsect1>