From 4f65e51491ac1b43c52732602874f83082fa8bd5 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Wed, 19 Feb 2014 02:28:46 -0500 Subject: [PATCH] Update suite and backports for wheezy Turns out I've been installing squeeze this whole time, ack --- preseed/preseed-wheezy.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/preseed/preseed-wheezy.cfg b/preseed/preseed-wheezy.cfg index 6749a9f..21edafd 100644 --- a/preseed/preseed-wheezy.cfg +++ b/preseed/preseed-wheezy.cfg @@ -84,7 +84,7 @@ d-i mirror/http/directory string /debian d-i mirror/http/proxy string # Suite to install. -d-i mirror/suite string squeeze +d-i mirror/suite string wheezy # Suite to use for loading installer components (optional). #d-i mirror/udeb/suite string testing @@ -337,13 +337,13 @@ d-i apt-setup/local0/comment string HCoop native packages d-i apt-setup/local0/source boolean true # backports d-i apt-setup/local1/repository string \ - http://debian.hcoop.net/ squeeze-backports main + http://debian.hcoop.net/ wheezy-backports main d-i apt-setup/local1/comment string HCoop backport packages # Enable deb-src lines d-i apt-setup/local1/source boolean true # Official backports d-i apt-setup/local2/repository string \ - http://backports.debian.org/debian-backports squeeze-backports main + http://mirror.peer1.net/debian wheezy-backports main d-i apt-setup/local2/comment string Debian backports # Enable deb-src lines d-i apt-setup/local2/source boolean true -- 2.20.1