[package] option to allow boot to run to completion before starting shell
[openwrt.git] / package / base-files / files / etc / hotplug2-common.rules
index bb76667..96a4731 100644 (file)
@@ -1,4 +1,10 @@
 
+# uncomment me to log hotplug events
+# DEVPATH is set {
+#      nothrottle
+#      exec logger -s -t hotplug -p daemon.info "name=%DEVICENAME%, path=%DEVPATH%"
+# }
+
 DEVICENAME ~~ (null|full|ptmx|tty|zero|gpio|hvc) {
        nothrottle
        makedev /dev/%DEVICENAME% 0666
This page took 0.024092 seconds and 4 git commands to generate.