25 lines
1.8 KiB
Diff
25 lines
1.8 KiB
Diff
|
diff -Naur systemd-210/man/tmpfiles.d.xml systemd-210-mod/man/tmpfiles.d.xml
|
||
|
--- systemd-210/man/tmpfiles.d.xml 2014-12-16 10:16:51.269189374 +0100
|
||
|
+++ systemd-210-mod/man/tmpfiles.d.xml 2014-12-16 10:39:49.937552189 +0100
|
||
|
@@ -158,12 +158,18 @@
|
||
|
|
||
|
<varlistentry>
|
||
|
<term><varname>c</varname></term>
|
||
|
- <listitem><para>Create a character device node if it does not exist yet.</para></listitem>
|
||
|
+ <listitem><para>Create a character device node if it does not exist yet.
|
||
|
+ It is recommended to suffix this entry with an exclamation mark to only
|
||
|
+ create static device nodes at boot, as udev will not manage static device
|
||
|
+ nodes that are created at runtime.</para></listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry>
|
||
|
<term><varname>b</varname></term>
|
||
|
- <listitem><para>Create a block device node if it does not exist yet.</para></listitem>
|
||
|
+ <listitem><para>Create a block device node if it does not exist yet.
|
||
|
+ It is recommended to suffix this entry with an exclamation mark to only
|
||
|
+ create static device nodes at boot, as udev will not manage static device
|
||
|
+ nodes that re created at runtime.</para></listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry>
|