diff options
| author | Dirk von Suchodoletz | 2006-12-22 00:32:55 +0100 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2006-12-22 00:32:55 +0100 |
| commit | 0ef7f590a72b13780494d8450f299f53463e62b3 (patch) | |
| tree | c5a317a2fb5a421b391943c8a0db370bc1f6445e /initramfs/initrd-stuff/init | |
| parent | A few files which are propably needed by udevd + version update (gentoo) (diff) | |
| download | core-0ef7f590a72b13780494d8450f299f53463e62b3.tar.gz core-0ef7f590a72b13780494d8450f299f53463e62b3.tar.xz core-0ef7f590a72b13780494d8450f299f53463e62b3.zip | |
Fix for busybox nfs mount (uses UDP in default, so TCP has to be given
as explicit option), fix for dhcp request if no ip= is given in kernel
commandline (set interface to UP).
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@578 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/init')
| -rwxr-xr-x | initramfs/initrd-stuff/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/initrd-stuff/init b/initramfs/initrd-stuff/init index 13ea98ae..390022ac 100755 --- a/initramfs/initrd-stuff/init +++ b/initramfs/initrd-stuff/init @@ -573,7 +573,7 @@ mount -n --move /dev /mnt/dev chmod a+rwxt /mnt/dev/shm killall -9 udevd 2>/dev/null # kill the watchdog (errhalt) -[ -f /tmp/watchdog ] && kill $(cat /tmp/watchdogpid) 2>/dev/null +[ -f /tmp/watchdog ] && kill -9 $(cat /tmp/watchdogpid) #2>/dev/null # runtimer [ $DEBUGLEVEL -eq 8 ] && echo "** SLX init ended near $(sysup)" umount -n /proc |
