mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-15 02:56:51 +07:00
fix nbd error messages with a gentoo rule hack
This commit is contained in:
parent
23fd5f886c
commit
8c65c6a1be
@ -250,6 +250,7 @@ KERNEL=="tpm*", NAME="%k", OWNER="tss", GROUP="tss", MODE="0600"
|
||||
# Skip all of this if we are not adding a block device
|
||||
ACTION!="add", GOTO="persistent_end"
|
||||
SUBSYSTEM!="block", GOTO="persistent_end"
|
||||
KERNEL=="ram*|loop*|fd*|nbd*", GOTO="persistent_end"
|
||||
|
||||
# skip accessing removable ide devices, cause the ide drivers are horrible broken
|
||||
BUS=="ide", SYSFS{removable}="1", GOTO="no_volume_id"
|
||||
|
Loading…
Reference in New Issue
Block a user