Update suite and backports for wheezy
[hcoop/zz_old/machine-template.git] / preseed / preseed-wheezy.cfg
index fb38d31..21edafd 100644 (file)
@@ -84,7 +84,7 @@ d-i mirror/http/directory string /debian
 d-i mirror/http/proxy string
 
 # Suite to install.
-d-i mirror/suite string squeeze
+d-i mirror/suite string wheezy
 # Suite to use for loading installer components (optional).
 #d-i mirror/udeb/suite string testing
 
@@ -315,7 +315,7 @@ d-i partman/confirm_nooverwrite boolean true
 
 # The kernel image (meta) package to be installed; "none" can be used if no
 # kernel is to be installed.
-d-i base-installer/kernel/image string linux-image-2.6-amd64
+d-i base-installer/kernel/image string linux-image-amd64
 
 ### Apt setup
 # You can choose to install non-free and contrib software.
@@ -337,13 +337,13 @@ d-i apt-setup/local0/comment string HCoop native packages
 d-i apt-setup/local0/source boolean true
 # backports
 d-i apt-setup/local1/repository string \
-       http://debian.hcoop.net/ squeeze-backports main
+       http://debian.hcoop.net/ wheezy-backports main
 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
+       http://mirror.peer1.net/debian wheezy-backports main
 d-i apt-setup/local2/comment string Debian backports
 # Enable deb-src lines
 d-i apt-setup/local2/source boolean true