]> git.madduck.net Git - code/vinst.git/blobdiff - di-update

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

remove /itworked from post-boot-cleanup
[code/vinst.git] / di-update
index 053a7b1c1bcf92c0b1f4a69a5ccd50e3101d26cb..bfd2deee71eaf9b28cc6208272fa9a5259658b2c 100755 (executable)
--- a/di-update
+++ b/di-update
@@ -4,8 +4,8 @@ set -eu
 : ${MIRROR:=ftp://ftp2.de.debian.org}
 : ${SUBDIR:=debian/dists/%SUITE%/main/installer-%ARCH%/current/images}
 
-: ${ARCHS:=amd64 i386}
-: ${SUITES:=wheezy jessie}
+: ${ARCHS:=amd64}
+: ${SUITES:=buster}
 
 #: ${MIRROR_jessie:=http://d-i.debian.org}
 #: ${SUBDIR_jessie:=daily-images/%ARCH%/daily/}
@@ -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\* \