mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-10-30 23:21:08 +03:00
update devfs rules header
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
This commit is contained in:
parent
3a9fc64167
commit
800c36cd64
@ -1,8 +1,12 @@
|
|||||||
# The use of these rules is not recommended or supported.
|
# The use of these rules is not recommended or supported. This file
|
||||||
# In a world where devices can come and go at any time, the devfs scheme
|
# is just kept around to proof that udev is able to emulate the devfs scheme.
|
||||||
# of simple device enumeration does not help _anything_. Just forget about
|
#
|
||||||
# it. Use custom rules to name your device or look at the persistent device
|
# In a world where devices can come and go at any time, the devfs device
|
||||||
# naming scheme, which is implemented for disks and add your subsystem.
|
# naming scheme of simple grouping and enumeration does not help _anything_.
|
||||||
|
#
|
||||||
|
# Use custom rules to name your device or look at the persistent device
|
||||||
|
# naming scheme, which is implemented for disks and extend it in a
|
||||||
|
# similar way for the subsystem you want a sane node layout for.
|
||||||
|
|
||||||
# ide block devices
|
# ide block devices
|
||||||
BUS="ide", KERNEL="hd*", PROGRAM="/etc/udev/ide-devfs.sh %k %b %n", NAME="%k", SYMLINK="%c{1} %c{2}"
|
BUS="ide", KERNEL="hd*", PROGRAM="/etc/udev/ide-devfs.sh %k %b %n", NAME="%k", SYMLINK="%c{1} %c{2}"
|
||||||
|
Loading…
Reference in New Issue
Block a user