]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
mkliveramfs: Remove progressbar from boot.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 15 Sep 2009 19:28:00 +0000 (21:28 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 15 Sep 2009 19:28:00 +0000 (21:28 +0200)
This is a performance penalty on a serial console.

src/mkinitramfs/mkliveramfs

index ac9210072b113263d8f99859b13d4023f080a539..beebc7e30b17225e8599d3adbe6e956958c595a8 100644 (file)
@@ -218,7 +218,7 @@ if [ "${type}" = "download" ]; then
 fi
 
 if [ "$type" = "download" ]; then
-       curloptions="${curloptions} --connect-timeout 30 --progress-bar --output ${thingtomount}"
+       curloptions="${curloptions} --connect-timeout 30 --output ${thingtomount}"
        #curloptions="${curloptions} --write-out=\"Fetched %{url_effective} in %{time_total}s (%{speed_download} bytes/s).\""
 
        vecho "Running donwload..."