X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot%2F9990-mount-http.sh;fp=scripts%2Fboot%2F9990-mount-http.sh;h=16e69b692e04ac178e016591a5f7fe6c8cfbffc9;hb=659360c19ad0a28a430545149fc2c4f834d11007;hp=9c014825f666877ef43dc4636f61d0a871cd8b1e;hpb=fdb0d221a20e64fd5a80c4de62f28b74a1b90f12;p=live-boot-grml.git diff --git a/scripts/boot/9990-mount-http.sh b/scripts/boot/9990-mount-http.sh index 9c01482..16e69b6 100755 --- a/scripts/boot/9990-mount-http.sh +++ b/scripts/boot/9990-mount-http.sh @@ -32,8 +32,8 @@ do_httpmount () ip="$(dirname $url | sed -e 's|tftp://||g' -e 's|/.*$||g')" rfile="$(echo $url | sed -e "s|tftp://$ip||g")" lfile="$(basename $url)" - log_begin_msg "Trying tftp -g -b 10240 -r $rfile -l ${dest}/$lfile $ip" - tftp -g -b 10240 -r $rfile -l ${dest}/$lfile $ip + log_begin_msg "Trying tftp -g -b 65464 -r $rfile -l ${dest}/$lfile $ip" + tftp -g -b 65464 -r $rfile -l ${dest}/$lfile $ip ;; *)