summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/init
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-12-15 23:29:56 +0100
committerDirk von Suchodoletz2006-12-15 23:29:56 +0100
commit1cbb2ddde2cb09e2735ab372551945d17c3187b8 (patch)
tree77f3aad1fe4394984b22c82f9a65373a4cd16018 /initramfs/initrd-stuff/init
parentRemove bogus extra " in front of the file name. (diff)
downloadcore-1cbb2ddde2cb09e2735ab372551945d17c3187b8.tar.gz
core-1cbb2ddde2cb09e2735ab372551945d17c3187b8.tar.xz
core-1cbb2ddde2cb09e2735ab372551945d17c3187b8.zip
Busybox had broken killall - fixed. Fixed replacement bug for udhcpc
script, nameserver in resolv.conf is set properly now. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@549 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/init')
-rwxr-xr-xinitramfs/initrd-stuff/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/initrd-stuff/init b/initramfs/initrd-stuff/init
index 86208016..fec140c7 100755
--- a/initramfs/initrd-stuff/init
+++ b/initramfs/initrd-stuff/init
@@ -567,7 +567,7 @@ umount -n /sys || error "$init_errsys" nonfatal
umount -n /proc/bus/usb >/dev/null 2>&1
mount -n --move /dev /mnt/dev
chmod a+rwxt /mnt/dev/shm
-killall -9 udevd 2>/dev/null
+killall -9 udevd sleep usleep 2>/dev/null
[ $DEBUGLEVEL -eq 8 ] && echo "** SLX init ended near $(sysup)"
umount -n /proc
# unset old environment variables