base-files: Add include for target specific hotplug rules
SVN-Revision: 25415
This commit is contained in:
parent
1ac5bff825
commit
d063af3fcf
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
# exec logger -s -t hotplug -p daemon.info "name=%DEVICENAME%, path=%DEVPATH%"
|
||||
# }
|
||||
|
||||
$include /etc/hotplug2-platform.rules
|
||||
|
||||
DEVICENAME ~~ (^null$|^full$|^ptmx$|^tty|^zero$|^gpio|^hvc) {
|
||||
makedev /dev/%DEVICENAME% 0666
|
||||
next-event
|
||||
|
|
Loading…
Reference in a new issue