Name and include hcoop apt repository in installed sources.list
authorClinton Ebadi <clinton@unknownlamer.org>
Tue, 11 Dec 2012 03:53:47 +0000 (22:53 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Tue, 11 Dec 2012 03:53:47 +0000 (22:53 -0500)
preseed/preseed-test-0.cfg

index 3b5eeb4..b8b7df0 100644 (file)
@@ -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