chiark / gitweb /
create_floppy_devices: add tool to create floppy nodes based on sysfs info
[elogind.git] / extras / start_udev
index bbf32a1bb9befb81940c2481d4f76503e9527737..c2518761e316d42a6b1f7da54a3479b4ae2cba90 100644 (file)
@@ -30,7 +30,6 @@ udevd=/sbin/udevd
 
 run_udev () {
        export ACTION=add
-       export UDEV_NO_SLEEP=1
 
        # handle block devices and their partitions
        for i in ${sysfs_dir}/block/*; do