chiark / gitweb /
Merge branch 'master' from gregkh@master.kernel.org:/pub/scm/linux/hotplug/udev
[elogind.git] / extras / start_udev
index 0212d4f8c13a7f49eabec2c46db1fe162f3a5b2a..c2518761e316d42a6b1f7da54a3479b4ae2cba90 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /bin/sh
 #
 # start_udev
 #
@@ -29,6 +29,8 @@ bin=/sbin/udev
 udevd=/sbin/udevd
 
 run_udev () {
+       export ACTION=add
+
        # handle block devices and their partitions
        for i in ${sysfs_dir}/block/*; do
                # add each drive
@@ -85,8 +87,6 @@ echo "mounting... ramfs at $udev_root"
 mount -n -t ramfs none $udev_root
 
 # propogate /udev from /sys
-export ACTION=add
-export UDEV_NO_SLEEP=1
 echo "Creating initial udev device nodes:"
 
 # You can use the shell scripts above by calling run_udev or execute udevstart