From 49e3118ab50147728f39bd08c18602bca63698f2 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 6 Feb 2007 14:07:56 +0000 Subject: Just to ensure, that no stage3 scripts will still run in stage4 ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@691 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/initrd-stuff/init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'initramfs/initrd-stuff/init') diff --git a/initramfs/initrd-stuff/init b/initramfs/initrd-stuff/init index 53bdfefb..2cec1f8a 100755 --- a/initramfs/initrd-stuff/init +++ b/initramfs/initrd-stuff/init @@ -636,8 +636,8 @@ umount -n /proc/bus/usb >/dev/null 2>&1 chmod 1777 /mnt/dev/shm /mnt/tmp /mnt/tmp/scratch 2>/dev/null mount -n --move /dev /mnt/dev -# stop udevd (non-busybox udevs) -killall -9 udevd 2>/mnt/dev/null +# stop udevd (non-busybox udevs) and kill hwautocfg, servconfig +killall -9 udevd hwautocfg servconfig 2>/mnt/dev/null # runtimer [ $DEBUGLEVEL -eq 8 -o $DEBUGLEVEL -eq 20 ] && \ echo "** SLX init ended near $(sysup)" -- cgit v1.2.3-55-g7522