summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2012-08-30 06:43:34 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2012-08-30 06:43:34 +0200
commitae1df18207d1195533b6a37931aab4c21897641f (patch)
treeb4daa8b2eb475aeb2aa413e88987186c53e40877
parente40c5e0e7e518ff9f2fedb5cfccfe53524536249 (diff)
downloadkanotix-ae1df18207d1195533b6a37931aab4c21897641f.zip
kanotix-ae1df18207d1195533b6a37931aab4c21897641f.tar.gz
disabled acritox-kde48 repository, updated default kernel version
-rwxr-xr-xauto/config11
1 files changed, 6 insertions, 5 deletions
diff --git a/auto/config b/auto/config
index b889282..3b13ca8 100755
--- a/auto/config
+++ b/auto/config
@@ -60,22 +60,23 @@ case "$LB_DISTRIBUTION" in
squeeze)
LB_REPOSITORIES+=" firefox wine-ppa squeeze-backports"
case $LB_ARCHITECTURE in
- amd64) LB_LINUX_PACKAGES="linux-image-3.2.0-24 linux-headers-3.2.0-24"; LB_LINUX_FLAVOURS="generic";;
- i386) LB_LINUX_PACKAGES="linux-image-3.2.0-24 linux-headers-3.2.0-24"; LB_LINUX_FLAVOURS="generic";;
+ amd64) LB_LINUX_PACKAGES="linux-image-3.2.0-30 linux-headers-3.2.0-30"; LB_LINUX_FLAVOURS="generic";;
+ i386) LB_LINUX_PACKAGES="linux-image-3.2.0-30 linux-headers-3.2.0-30"; LB_LINUX_FLAVOURS="generic";;
esac
;;
wheezy)
LB_PACKAGES_LISTS+=" dragonfire"
LB_REPOSITORIES+=" dragonfire wine-ppa-oneiric"
case $LB_ARCHITECTURE in
- amd64) LB_LINUX_PACKAGES="linux-image-3.2.0-24 linux-headers-3.2.0-24"; LB_LINUX_FLAVOURS="generic";;
- i386) LB_LINUX_PACKAGES="linux-image-3.2.0-24 linux-headers-3.2.0-24"; LB_LINUX_FLAVOURS="generic";;
+ amd64) LB_LINUX_PACKAGES="linux-image-3.2.0-30 linux-headers-3.2.0-30"; LB_LINUX_FLAVOURS="generic";;
+ i386) LB_LINUX_PACKAGES="linux-image-3.2.0-30 linux-headers-3.2.0-30"; LB_LINUX_FLAVOURS="generic";;
esac
;;
esac
[ "$LB_BOOTLOADER" = "burg" ] && LB_REPOSITORIES+=" burg"
-grep -wq kde48 <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" acritox-kde48"
+# kde4.8 is in wheezy now, no need for backport repository anymore
+# grep -wq kde48 <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" acritox-kde48"
grep -wq trinity <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" trinity"
grep -wq -e virtualbox -e vbox <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" vbox"
grep -wq -e opera <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" opera"