From 049397019693aa4f942f140fc50eac7b7b8c2cef Mon Sep 17 00:00:00 2001 From: josch Date: Fri, 18 Dec 2009 11:45:11 +0000 Subject: [PATCH] correctly bring up usb0 by shutting it down and letting netplug do the rest --- pyneo-rootfs.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pyneo-rootfs.sh b/pyneo-rootfs.sh index 4d6de80..cf5f43f 100755 --- a/pyneo-rootfs.sh +++ b/pyneo-rootfs.sh @@ -359,11 +359,8 @@ hostname "\$DEVICE" print_exit_status \$? echo -n "Bringing up usb networking." -ifup usb0 -print_exit_status \$? - -echo -n "Updating datetime." -ntpdate-debian +ifdown usb0 +sleep 3 print_exit_status \$? echo -n "Updating package index..."