From 3dc97c2465315fa4952e9a2e23dd68f2982a723d Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sat, 25 Jan 2014 12:25:27 +0000 Subject: [PATCH] my-debmirror: drop d-i images debmirror often seems to get confused and try to download these over and over again. I don't use these often enough for it to be worth the hassle. --- my-debmirror | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my-debmirror b/my-debmirror index 5c5b73f..7a3cc28 100755 --- a/my-debmirror +++ b/my-debmirror @@ -6,7 +6,7 @@ debmirror /mirror/debian -h "$DEB_MIRROR" --method http \ --dist=wheezy,jessie,sid,experimental \ --section=main,main/debian-installer \ --arch=i386 --getcontents \ - --rsync-extra=doc,indices,tools,trace --di-dist=wheezy,sid \ + --rsync-extra=doc,indices,tools,trace \ --i18n \ --exclude='i18n/Translation-' --include='i18n/Translation-en' \ "$@" -- 2.30.2