diff options
-rwxr-xr-x | rc.sysinit | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |