diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-nspawn.xml | 37 |
1 files changed, 33 insertions, 4 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index a4f222c349..61b03fa7fb 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -164,10 +164,39 @@ <term><option>--directory=</option></term> <listitem><para>Directory to use as - file system root for the namespace - container. If omitted, the current - directory will be - used.</para></listitem> + file system root for the container. If + neither <option>--directory=</option> + nor <option>--image=</option> are + specified, the current directory will + be used. May not be specified together with + <option>--image=</option>.</para></listitem> + </varlistentry> + + <varlistentry> + <term><option>-i</option></term> + <term><option>--image=</option></term> + + <listitem><para>Disk image to mount + the root directory for the container + from. Takes a path to a regular file + or to a block device node. The file or + block device must contain a GUID + Partition Table with a root partition + which is mounted as the root directory + of the container. Optionally, it may + contain a home and/or a server data + partition which are mounted to the + appropriate places in the + container. All these partitions must + be identified by the partition types + defined by the <ulink + url="http://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/">Discoverable + Partitions Specification</ulink>. Any + other partitions, such as foreign + partitions, swap partitions or EFI + system partitions are not mounted. May + not be specified together with + <option>--directory=</option>.</para></listitem> </varlistentry> <varlistentry> |