summaryrefslogtreecommitdiffstats
path: root/appliance
diff options
context:
space:
mode:
Diffstat (limited to 'appliance')
-rwxr-xr-xappliance/init5
1 files changed, 5 insertions, 0 deletions
diff --git a/appliance/init b/appliance/init
index d207b8e9..ee803348 100755
--- a/appliance/init
+++ b/appliance/init
@@ -31,6 +31,11 @@ elif [ -x /sbin/udevd ]; then
/sbin/udevd --daemon
/sbin/udevadm trigger
/sbin/udevadm settle
+elif [ -x /lib/udev/udevd ]; then
+ echo -e '\000\000\000\000' > /proc/sys/kernel/hotplug
+ /lib/udev/udevd --daemon
+ /sbin/udevadm trigger
+ /sbin/udevadm settle
else
echo No udev, creating /dev manually
mount -t tmpfs none /dev