diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-05-18 01:11:22 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-05-18 01:11:22 +0200 |
commit | 7af6d72a4d9c287ea6fc81d0958ee7283b1b7619 (patch) | |
tree | 8d96125cbfe78563e6aad1f09879a00a385b8fe7 /config | |
parent | 2395e8937fba3753b4127b296793a9728f473f2d (diff) | |
download | kanotix-7af6d72a4d9c287ea6fc81d0958ee7283b1b7619.zip kanotix-7af6d72a4d9c287ea6fc81d0958ee7283b1b7619.tar.gz |
use dragonfire/wheezy as default
Diffstat (limited to 'config')
-rw-r--r-- | config/chroot_apt/preferences | 12 | ||||
-rwxr-xr-x | config/chroot_local-hooks/XX_debpool | 2 |
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 .)" |