X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Fsystemd.nspawn.xml;h=787d5fd699d8731ba26a1829ac552bef98fac172;hb=5057d73ba1bb016c9325d0a7fdb84519d3443622;hp=7924641df96749e533cfa18d380b45984997fe3b;hpb=5bcffb4b549c0d115d8e40137ea885b7568ec6cb;p=thirdparty%2Fsystemd.git diff --git a/man/systemd.nspawn.xml b/man/systemd.nspawn.xml index 7924641df96..787d5fd699d 100644 --- a/man/systemd.nspawn.xml +++ b/man/systemd.nspawn.xml @@ -1,13 +1,10 @@ - %entities; ]> - - + @@ -122,8 +119,8 @@ specified parameters using Parameters= are passed as additional arguments to the init process. This setting corresponds to the switch on the systemd-nspawn command line. This option may not be combined with - ProcessTwo=yes. This option is the default if the - systemd-nspawn@.service template unit file is used. + ProcessTwo=yes. This option is specified by default in the + systemd-nspawn@.service template unit. @@ -148,13 +145,15 @@ Parameters= - Takes a space-separated list of - arguments. This is either a command line, beginning with the - binary name to execute, or – if Boot= is - enabled – the list of arguments to pass to the init - process. This setting corresponds to the command line - parameters passed on the systemd-nspawn - command line. + Takes a whitespace-separated list of arguments. Single (') and + double (") quotes may be used around arguments with whitespace. This is either a + command line, beginning with the binary name to execute, or – if Boot= is enabled + – the list of arguments to pass to the init process. This setting corresponds to the command line + parameters passed on the systemd-nspawn command line. + + Note: , is the same as + systemd-nspawn a b "c c", and , + is the same as systemd-nspawn --boot b 'c c'. @@ -428,6 +427,17 @@ is privileged (see above). + + Inaccessible= + + Masks the specified file or directly in the container, by over-mounting it with an empty file + node of the same type with the most restrictive access mode. Takes a file system path as argument. This option + may be used multiple times to mask multiple files or directories. This option is equivalent to the command line + switch , see + systemd-nspawn1 for details + about the specific options supported. This setting is privileged (see above). + + Overlay= OverlayReadOnly=