summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/init
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-02-06 15:07:56 +0100
committerDirk von Suchodoletz2007-02-06 15:07:56 +0100
commit49e3118ab50147728f39bd08c18602bca63698f2 (patch)
tree75aaef5425b5d267115747b95ed64102cb2b449a /initramfs/initrd-stuff/init
parentEnforce proper permissions in /tmp (needed if rw nfs mounts on /tmp are (diff)
downloadcore-49e3118ab50147728f39bd08c18602bca63698f2.tar.gz
core-49e3118ab50147728f39bd08c18602bca63698f2.tar.xz
core-49e3118ab50147728f39bd08c18602bca63698f2.zip
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
Diffstat (limited to 'initramfs/initrd-stuff/init')
-rwxr-xr-xinitramfs/initrd-stuff/init4
1 files changed, 2 insertions, 2 deletions
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)"