mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
rules: remove DEVTYPE disk/partition
This commit is contained in:
parent
50025605e0
commit
8e9c06be26
2
TODO
2
TODO
@ -3,8 +3,6 @@
|
||||
o drop pnp shell script, acpi will take care of loading pnp modules
|
||||
o add DVB variables to kernel (patch merged in v4l tree), drop the
|
||||
shell script rule
|
||||
o DEVTYPE for disks is set by the kernel, they will be removed from
|
||||
the default rules
|
||||
o "udevadm control" commands will only accept the --<command> syntax
|
||||
o symlink names to udevadm will no longer be resolved to old command names
|
||||
o get distros to agree on a default set of rules
|
||||
|
@ -19,10 +19,6 @@ KERNEL=="hd*[0-9]", ATTRS{removable}=="1", GOTO="persistent_storage_end"
|
||||
# ignore partitions that span the entire disk
|
||||
TEST=="whole_disk", GOTO="persistent_storage_end"
|
||||
|
||||
# /sys/class/block will export this
|
||||
ENV{DEVTYPE}!="?*", ATTR{range}=="?*", ENV{DEVTYPE}="disk"
|
||||
ENV{DEVTYPE}!="?*", ATTR{start}=="?*", ENV{DEVTYPE}="partition"
|
||||
|
||||
# for partitions import parent information
|
||||
ENV{DEVTYPE}=="partition", IMPORT{parent}="ID_*"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user