mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-25 08:29:59 +07:00
Fix virtio-ports rule to use $attr instead of $ATTR
Newer udev versions don't understand $ATTR. Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
This commit is contained in:
parent
e32d5237ea
commit
3c4b1738a9
@ -18,7 +18,7 @@ KERNEL=="mwave", GROUP="dialout"
|
||||
KERNEL=="hvc*|hvsi*", GROUP="dialout"
|
||||
|
||||
# virtio serial / console ports
|
||||
KERNEL=="vport*", SYMLINK+="virtio-ports/$ATTR{name}"
|
||||
KERNEL=="vport*", SYMLINK+="virtio-ports/$attr{name}"
|
||||
|
||||
# mem
|
||||
KERNEL=="null|zero|full|random|urandom", MODE="0666"
|
||||
|
Loading…
Reference in New Issue
Block a user