replace call to /bin/sleep with /bin/busybox usleep

This commit is contained in:
Lars Op den Kamp 2011-04-05 19:58:29 +02:00
parent 1e42a73c7c
commit 326888b028

View File

@ -143,7 +143,7 @@ NFS_OVERLAY="192.168.1.1:/var/lib/overlay"
retry_nr=$(( ${retry_nr} + 1 ))
[ ! -e /sysroot/sbin/init ] && /bin/sleep 1
[ ! -e /sysroot/sbin/init ] && /bin/busybox usleep 1000000
[ ${retry_nr} -gt 0 ]
done