mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
man: add "link_priority" option
This commit is contained in:
parent
3d1f807b89
commit
7a17ca7e79
28
udev.7
28
udev.7
@ -258,14 +258,34 @@ Wait for the specified sysfs file of the device to be created. Can be used to fi
|
||||
.PP
|
||||
\fBOPTIONS\fR
|
||||
.RS 4
|
||||
Rule and device options:
|
||||
.RS 4
|
||||
.PP
|
||||
\fBlast_rule\fR
|
||||
stops further rules application. No later rules will have any effect.
|
||||
.RS 4
|
||||
Stops further rules application. No later rules will have any effect.
|
||||
.RE
|
||||
.PP
|
||||
\fBignore_device\fR
|
||||
will ignore this event completely.
|
||||
.RS 4
|
||||
Ignore this event completely.
|
||||
.RE
|
||||
.PP
|
||||
\fBignore_remove\fR
|
||||
will ignore any later remove event for this device. This may be useful as a workaround for broken device drivers.
|
||||
.RS 4
|
||||
Ignore any later remove event for this device. This may be useful as a workaround for broken device drivers.
|
||||
.RE
|
||||
.PP
|
||||
\fBlink_priority=\fR\fB\fIvalue\fR\fR
|
||||
.RS 4
|
||||
Specify the priority of the created symlinks. Devices with higher priorities overwrite existing symlinks of other devices.
|
||||
.RE
|
||||
.PP
|
||||
\fBall_partitions\fR
|
||||
will create the device nodes for all available partitions of a block device. This may be useful for removable media devices where media changes are not detected.
|
||||
.RS 4
|
||||
Create the device nodes for all available partitions of a block device. This may be useful for removable media devices where media changes are not detected.
|
||||
.RE
|
||||
.RE
|
||||
.RE
|
||||
.PP
|
||||
The
|
||||
|
46
udev.xml
46
udev.xml
@ -390,14 +390,44 @@
|
||||
<varlistentry>
|
||||
<term><option>OPTIONS</option></term>
|
||||
<listitem>
|
||||
<para><option>last_rule</option> stops further rules application. No later rules
|
||||
will have any effect.
|
||||
<option>ignore_device</option> will ignore this event completely.
|
||||
<option>ignore_remove</option> will ignore any later remove event for this
|
||||
device. This may be useful as a workaround for broken device drivers.
|
||||
<option>all_partitions</option> will create the device nodes for all available
|
||||
partitions of a block device. This may be useful for removable media devices where
|
||||
media changes are not detected.</para>
|
||||
<para>Rule and device options:</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><option>last_rule</option></term>
|
||||
<listitem>
|
||||
<para>Stops further rules application. No later rules will have
|
||||
any effect.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>ignore_device</option></term>
|
||||
<listitem>
|
||||
<para>Ignore this event completely.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>ignore_remove</option></term>
|
||||
<listitem>
|
||||
<para>Ignore any later remove event for this device. This may be useful
|
||||
as a workaround for broken device drivers.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>link_priority=<replaceable>value</replaceable></option></term>
|
||||
<listitem>
|
||||
<para>Specify the priority of the created symlinks. Devices with higher
|
||||
priorities overwrite existing symlinks of other devices.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>all_partitions</option></term>
|
||||
<listitem>
|
||||
<para>Create the device nodes for all available partitions of a block device.
|
||||
This may be useful for removable media devices where media changes are not
|
||||
detected.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
Loading…
x
Reference in New Issue
Block a user