]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
[PATCH] clean up start_udev a bit
authortrini@kernel.crashing.org <trini@kernel.crashing.org>
Wed, 11 Aug 2004 08:02:56 +0000 (01:02 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:36:59 +0000 (21:36 -0700)
First, update extras/start_udev.  udevstart always internally set
UDEV_NO_SLEEP as well as setting the ACTION variable, so that only needs
to be done in the run_udev script case.

Signed-off-by: Tom Rini <trini@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
extras/start_udev

index 0212d4f8c13a7f49eabec2c46db1fe162f3a5b2a..4908d05b708e003d5646853d37ecef337e1d2298 100644 (file)
@@ -29,6 +29,9 @@ bin=/sbin/udev
 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
                # add each drive
@@ -85,8 +88,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