From 6a603e32042b01009a70b012d02da43cca3f8167 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Tue, 11 Dec 2012 02:17:58 -0500 Subject: [PATCH 1/1] Fix typo and add official Debian backports --- preseed/preseed-test-0.cfg | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/preseed/preseed-test-0.cfg b/preseed/preseed-test-0.cfg index b072d0b..666f5a8 100644 --- a/preseed/preseed-test-0.cfg +++ b/preseed/preseed-test-0.cfg @@ -338,9 +338,15 @@ d-i apt-setup/local0/source boolean true # backports d-i apt-setup/local1/repository string \ http://debian.hcoop.net/ squeeze-backports main -d-i apt-setup/local0/comment string HCoop backport packages +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 +d-i apt-setup/local2/comment string Debian backports +# Enable deb-src lines +d-i apt-setup/local2/source boolean true # URL to the public key of the local repository; you must provide a key or # apt will complain about the unauthenticated repository and so the -- 2.20.1