From 1b9e5b126359a2a2ec37de1f94f046093abc74b8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 10 Mar 2014 20:35:52 +0100 Subject: nspawn: add --image= switch to boot GPT disk images that follow the Discoverable Partitions Specification --- man/systemd-nspawn.xml | 37 +++++++++++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) (limited to 'man') 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 @@ Directory to use as - file system root for the namespace - container. If omitted, the current - directory will be - used. + file system root for the container. If + neither + nor are + specified, the current directory will + be used. May not be specified together with + . + + + + + + + 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 Discoverable + Partitions Specification. Any + other partitions, such as foreign + partitions, swap partitions or EFI + system partitions are not mounted. May + not be specified together with + . -- cgit v1.2.3-54-g00ecf