Name and include hcoop apt repository in installed sources.list
[hcoop/zz_old/machine-template.git] / preseed / preseed-test-0.cfg
index 106d5e8..b8b7df0 100644 (file)
@@ -54,7 +54,7 @@ d-i   netcfg/confirm_static   boolean true
 # Any hostname and domain names assigned from dhcp take precedence over
 # values set here. However, setting the values still prevents the questions
 # from being shown, even if values come from dhcp.
-d-i netcfg/get_hostname string testkvm1
+#d-i netcfg/get_hostname string testkvm1
 d-i netcfg/get_domain string hcoop.net
 
 # Disable that annoying WEP key dialog.
@@ -96,7 +96,7 @@ d-i mirror/suite string squeeze
 d-i passwd/make-user boolean false
 
 # Root password, either in clear text
-d-i passwd/root-password password f00bar
+#d-i passwd/root-password password f00bar
 #d-i passwd/root-password-again password r00tme
 # or encrypted using an MD5 hash.
 #d-i passwd/root-password-crypted password [MD5 hash]
@@ -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
@@ -353,7 +360,7 @@ tasksel     tasksel/first   multiselect     SSH server, Standard system utilities
 #tasksel tasksel/desktop multiselect kde, xfce
 
 # Individual additional packages to install
-d-i pkgsel/include string build-essential less sudo vim emacs23-nox etckeeper changetrack openssh-server debsums logcheck bzip2 denyhosts rkhunter openafs-client ntp nscd krb5-user libpam-krb5 ssmtp libpam-afs-session openafs-krb5 libnss-afs hcoop-nsswitch-config
+d-i pkgsel/include string build-essential less sudo vim emacs23-nox etckeeper changetrack openssh-server debsums logcheck bzip2 denyhosts rkhunter openafs-client ntp nscd krb5-user libpam-krb5 ssmtp libpam-afs-session openafs-krb5 ferm libnss-afs hcoop-nsswitch-config hcoop-admin-common-config
 # Whether to upgrade packages after debootstrap.
 # Allowed values: none, safe-upgrade, full-upgrade
 d-i pkgsel/upgrade select safe-upgrade
@@ -395,7 +402,7 @@ d-i finish-install/reboot_in_progress note
 libpam-runtime libpam-runtime/profiles multiselect     krb5, unix, afs-session
 
 #debconf       debconf/frontend        select  Dialog
-debconf        debconf/priority        select  low
+debconf        debconf/priority        select  critical
 
 #openafs-client        openafs-client/run-client       boolean true
 #openafs-client        openafs-client/dynroot  boolean true