From a4f5eb034bdbb77236f24f24c09286aa03f404ab Mon Sep 17 00:00:00 2001 From: "trini@kernel.crashing.org" Date: Wed, 11 Aug 2004 01:02:56 -0700 Subject: [PATCH] [PATCH] clean up start_udev a bit 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 Signed-off-by: Greg Kroah-Hartman --- extras/start_udev | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/extras/start_udev b/extras/start_udev index 0212d4f8c..4908d05b7 100644 --- a/extras/start_udev +++ b/extras/start_udev @@ -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 -- 2.30.2