From 5d10cb782ac6836c6f9d20a536b78260e47c7232 Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Thu, 13 Sep 2012 15:49:04 +0100 Subject: busybox-initscripts: Add general rule to mdev ! -> $1/$2 Add rule to mdev to thread "!" as a split between folder and files. --- main/busybox-initscripts/mdev.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main/busybox-initscripts/mdev.conf') diff --git a/main/busybox-initscripts/mdev.conf b/main/busybox-initscripts/mdev.conf index d89e18c54..cbccd8d45 100644 --- a/main/busybox-initscripts/mdev.conf +++ b/main/busybox-initscripts/mdev.conf @@ -108,3 +108,6 @@ hpilo!(.*) root:root 0660 =hpilo/%1 # xen stuff xvd[a-z] root:root 0660 */lib/mdev/xvd_links + +# fallback for any!device -> any/device +(.*)!(.*) root:root 0660 =%1/%2 -- cgit v1.2.3