aboutsummaryrefslogtreecommitdiffstats
path: root/packages/udev/udev-058/init
diff options
context:
space:
mode:
Diffstat (limited to 'packages/udev/udev-058/init')
-rw-r--r--packages/udev/udev-058/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/udev/udev-058/init b/packages/udev/udev-058/init
index 16efb31542..a213463ad2 100644
--- a/packages/udev/udev-058/init
+++ b/packages/udev/udev-058/init
@@ -23,7 +23,7 @@ if ! grep -q '[[:space:]]ramfs$' /proc/filesystems; then
exit 0
fi
-if [ ! -e /proc/sys/kernel/hotplug ]; then
+if [ ! -e /proc/sys/kernel/hotplug ] && [ ! -e /sys/kernel/uevent_helper ] ; then
echo "udev requires hotplug support, not started."
exit 0
fi