diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-09-08 11:30:00 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-09-08 11:30:00 +0200 |
commit | c7c00276f6f26ff7f38e99d887137bc1f172a978 (patch) | |
tree | ad57d9b9661012e4340e6e5e2f1997315a5c5f15 /udevd.xml | |
parent | 9e8fe79b8e84177fc9479d6c6af039b7402d52d3 (diff) |
udevd: add --debug-trace option
Diffstat (limited to 'udevd.xml')
-rw-r--r-- | udevd.xml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -26,6 +26,7 @@ <cmdsynopsis> <command>udevd</command> <arg><option>--daemon</option></arg> + <arg><option>--debug-trace</option></arg> <arg><option>--verbose</option></arg> <arg><option>--help</option></arg> </cmdsynopsis> @@ -49,6 +50,15 @@ </listitem> </varlistentry> <varlistentry> + <term><option>--debug-trace</option></term> + <listitem> + <para>Run all events completely serialized. This may be useful if udev triggers + actions or loads kernel modules which cause problems and a slow but continiuous + operation is needed, where no events are processed in parallel. + </para> + </listitem> + </varlistentry> + <varlistentry> <term><option>--verbose</option></term> <listitem> <para>Print log messages to stdout.</para> |