diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-25 15:11:20 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-25 15:11:20 +0200 |
commit | bc2f673ec24b59948fcfc35b3077fda0314e69d8 (patch) | |
tree | 145b4c1a04cae7533769567f8127806083a68663 /man | |
parent | 2547bb414c69b7a5b3eb8d7a10768e0cf4114447 (diff) |
nspawn: add --read-only switch
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-nspawn.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index cf67569524..a926a7e5d3 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -198,6 +198,14 @@ loopback device.</para></listitem> </varlistentry> + <varlistentry> + <term><option>--read-only</option></term> + + <listitem><para>Mount the root file + system read only for the + container.</para></listitem> + </varlistentry> + </variablelist> </refsect1> |