From bd12d1064dcde75bfed6b754fc8d451a66c1b302 Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Fri, 29 May 2009 16:32:34 +0000 Subject: set quiet flag for wget (preboot) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2907 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/stage3-stuff/etc/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'initramfs/stage3-stuff/etc/functions') diff --git a/initramfs/stage3-stuff/etc/functions b/initramfs/stage3-stuff/etc/functions index 851ad74d..8eff711f 100644 --- a/initramfs/stage3-stuff/etc/functions +++ b/initramfs/stage3-stuff/etc/functions @@ -347,7 +347,7 @@ wget_get () { echo "[wget_get] download of \"$file\" from \"$file_server\" ... failed" return 0; fi - wget $file_server$file -O /tmp/$(basename $file) + wget -q $file_server$file -O /tmp/$(basename $file) [ -s /tmp/$(basename $file) ] && download_successful=1 countdown=$(expr $countdown - 1) usleep 200000 -- cgit v1.2.3-55-g7522