diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-12-27 18:46:36 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-12-28 02:08:40 +0100 |
commit | d7b8eec7dc7fe307d3a08b32cf1a9ad4276ce6d5 (patch) | |
tree | bb72bb696e949844b8bed240b061a4bed4f8fb8b /man/tmpfiles.d.xml | |
parent | ebd93cb684806ac0f352139e69ac8f53eb49f5e4 (diff) |
tmpfiles: add new line type 'v' for creating btrfs subvolumes
Diffstat (limited to 'man/tmpfiles.d.xml')
-rw-r--r-- | man/tmpfiles.d.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 4f2e6406a8..398b3f7325 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -168,6 +168,17 @@ L /tmp/foobar - - - - /dev/null</programlisting> </varlistentry> <varlistentry> + <term><varname>v</varname></term> + <listitem><para>Create a + subvolume if the path does not + exist yet and the file system + supports this (btrfs). Otherwise + create a normal directory, in + the same way as + <varname>d</varname>.</para></listitem> + </varlistentry> + + <varlistentry> <term><varname>p</varname></term> <term><varname>p+</varname></term> <listitem><para>Create a named |