]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: point nspawn --machine to machinectl search-path 874/head
authorRichard Maw <richard.maw@codethink.co.uk>
Wed, 5 Aug 2015 08:40:36 +0000 (08:40 +0000)
committerRichard Maw <richard.maw@codethink.co.uk>
Wed, 5 Aug 2015 12:01:16 +0000 (12:01 +0000)
The --machine option used to describe searching for machines in
/var/lib/machines, which is not the whole story, so let's link to where
it's described in more detail.

man/systemd-nspawn.xml

index 06285edc0bb3cf3de809a4a9331ced1e38ae3eb8..d1e050cb897d4dfea4840d197ebce0f675dcc1ca 100644 (file)
 
         <para>If neither <option>--directory=</option>, nor
         <option>--image=</option> is specified the directory is
-        determined as <filename>/var/lib/machines/</filename> suffixed
-        by the machine name as specified with
-        <option>--machine=</option>. If neither
-        <option>--directory=</option>, <option>--image=</option>, nor
-        <option>--machine=</option> are specified, the current
-        directory will be used. May not be specified together with
+        determined by searching for a directory named the same as the
+        machine name specified with <option>--machine=</option>. See
+        <citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+        section "Files and Directories" for the precise search path.</para>
+
+        <para>If neither <option>--directory=</option>,
+        <option>--image=</option>, nor <option>--machine=</option>
+        are specified, the current directory will
+        be used. May not be specified together with
         <option>--image=</option>.</para></listitem>
       </varlistentry>