aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit2
1 files changed, 2 insertions, 0 deletions
diff --git a/rc.sysinit b/rc.sysinit
index e6080a5..d03be06 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -71,6 +71,8 @@ if [ -f /etc/localtime ]; then
/sbin/hwclock $HWCLOCK_PARAMS --noadjfile
fi
+echo -e '\000\000\000\000' > /proc/sys/kernel/hotplug
+
if [ -x /sbin/udevadm -a -d /sys/block ]; then
# We have udev and /sys appears to be mounted, use UDev
#status "Starting UDev Daemon" /etc/start_udev init