From d359fcfa56dec8aea003a5acc1937031cd506f5a Mon Sep 17 00:00:00 2001 From: Julien Muchembled <jm@nexedi.com> Date: Mon, 6 May 2019 19:58:32 +0200 Subject: [PATCH] vm-debian: Wheezy & Jessie now need archive.debian.org --- component/vm-img/debian.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/component/vm-img/debian.cfg b/component/vm-img/debian.cfg index d769d8d4b..03d4f97f9 100644 --- a/component/vm-img/debian.cfg +++ b/component/vm-img/debian.cfg @@ -49,6 +49,12 @@ debconf.debconf = debian-squeeze/preseed.mirror/country = manual debian-squeeze/preseed.mirror/http/hostname = archive.debian.org debian-squeeze/preseed.mirror/http/directory = /debian +debian-wheezy/preseed.mirror/country = manual +debian-wheezy/preseed.mirror/http/hostname = archive.debian.org +debian-wheezy/preseed.mirror/http/directory = /debian +debian-jessie/preseed.mirror/country = manual +debian-jessie/preseed.mirror/http/hostname = archive.debian.org +debian-jessie/preseed.mirror/http/directory = /debian # minimal size preseed.apt-setup/enable-source-repositories = false preseed.recommends = false -- 2.30.9