summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/chroot_apt/preferences12
-rwxr-xr-xconfig/chroot_local-hooks/XX_debpool2
2 files changed, 1 insertions, 13 deletions
diff --git a/config/chroot_apt/preferences b/config/chroot_apt/preferences
deleted file mode 100644
index 6fa8836..0000000
--- a/config/chroot_apt/preferences
+++ /dev/null
@@ -1,12 +0,0 @@
-Package: *
-Pin: release n=squeeze-backports
-Pin-Priority: 500
-
-Package: mdadm
-Pin: release n=squeeze
-Pin-Priority: 500
-
-Package: plasma-widget-networkmanagement
-Pin: release n=squeeze
-Pin-Priority: 500
-
diff --git a/config/chroot_local-hooks/XX_debpool b/config/chroot_local-hooks/XX_debpool
index ff59f8c..cecdb95 100755
--- a/config/chroot_local-hooks/XX_debpool
+++ b/config/chroot_local-hooks/XX_debpool
@@ -3,7 +3,7 @@
[ -f /root/build.conf ] && . /root/build.conf
[ -z "$LB_ARCHITECTURE" ] && LB_ARCHITECTURE=amd64
-[ -z "$LB_DISTRIBUTION" ] && LB_DISTRIBUTION=squeeze
+[ -z "$LB_DISTRIBUTION" ] && LB_DISTRIBUTION=wheezy
binary=/live/image/debian
packages="$(cut -d'#' -f1 /live/packages | grep .)"