X-Git-Url: https://git.madduck.net/code/vinst.git/blobdiff_plain/a884ed6a0ffa3d527252bd17b8226271ea86e223..c4c55ce4a7853887d746ab8ad7471bf947b1bafc:/di-update?ds=sidebyside

diff --git a/di-update b/di-update
index 053a7b1..2e4a8b1 100755
--- a/di-update
+++ b/di-update
@@ -4,7 +4,7 @@ set -eu
 : ${MIRROR:=ftp://ftp2.de.debian.org}
 : ${SUBDIR:=debian/dists/%SUITE%/main/installer-%ARCH%/current/images}
 
-: ${ARCHS:=amd64 i386}
+: ${ARCHS:=amd64}
 : ${SUITES:=wheezy jessie}
 
 #: ${MIRROR_jessie:=http://d-i.debian.org}
@@ -21,7 +21,7 @@ for a in $ARCHS; do
     # count number of path components
     n=1; t=$p; while [ "${t%/*}" != "$t" ]; do t=${t%/*}; n=$((n+1)); done
 
-    wget -c -np -nH -m --cut-dirs=$n \
+    wget -np -nH -m --cut-dirs=$n \
       --directory-prefix=installer-$a/$s/current/images \
       -X $p/cdrom,$p/hd-media \
       -R index.html\* \