From 67e14bd48e02c4d0a4c433b7da8bc0bbcff4dd66 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Mon, 10 Dec 2012 22:53:47 -0500 Subject: [PATCH] Name and include hcoop apt repository in installed sources.list --- preseed/preseed-test-0.cfg | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/preseed/preseed-test-0.cfg b/preseed/preseed-test-0.cfg index 3b5eeb4..b8b7df0 100644 --- a/preseed/preseed-test-0.cfg +++ b/preseed/preseed-test-0.cfg @@ -332,9 +332,16 @@ d-i apt-setup/volatile_host string volatile.debian.org # Additional repositories, local[0-9] available d-i apt-setup/local0/repository string \ http://debian.hcoop.net/ stable main hcoop-config -#d-i apt-setup/local0/comment string local server +d-i apt-setup/local0/comment string HCoop native packages # Enable deb-src lines 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 +# Enable deb-src lines +d-i apt-setup/local1/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 # sources.list line will be left commented out -- 2.20.1