From be88af2603fca2a4b3f545b01ea7cff0469cf982 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sun, 4 Nov 2007 11:19:09 +0000 Subject: Fix for the size of container file sitting on NFS, do not use "-b" for busybox udhcpc (to be investigated more ...) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1403 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/initrd-stuff/etc/functions | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'initramfs/initrd-stuff/etc/functions') diff --git a/initramfs/initrd-stuff/etc/functions b/initramfs/initrd-stuff/etc/functions index a2781bed..e6c57d82 100644 --- a/initramfs/initrd-stuff/etc/functions +++ b/initramfs/initrd-stuff/etc/functions @@ -325,7 +325,8 @@ case $dhcp in [ -n $vci ] && vci="-V $vci" testmkd /usr/share/udhcpc ln -s /bin/dhcpmkconfig /usr/share/udhcpc/default.script - udhcpc -b -q $vci -s /usr/share/udhcpc/default.script -i $nwif 2>/dev/null + # -b option is suboptimal here ... + udhcpc -t 8 -q $vci -s /usr/share/udhcpc/default.script -i $nwif 2>/dev/null ;; esac echo "dhcp finished at $(sysup)" >/tmp/dhcp-done -- cgit v1.2.3-55-g7522