From: Clinton Ebadi Date: Tue, 11 Dec 2012 03:53:47 +0000 (-0500) Subject: Name and include hcoop apt repository in installed sources.list X-Git-Url: https://git.hcoop.net/hcoop/zz_old/machine-template.git/commitdiff_plain/67e14bd48e02c4d0a4c433b7da8bc0bbcff4dd66?hp=fc9ae6d4d8e72370a143d6a7fed58f12694fc323 Name and include hcoop apt repository in installed sources.list --- 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