diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-10-11 22:31:26 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-10-11 22:31:26 +0200 |
commit | 80cacfe57ab1a7e2be7af295ece081ca6fff94c6 (patch) | |
tree | 53d554abc70906b7dcbedfc79d379a4ea5ead99a /auto/config | |
parent | 82b8b80cb2a042e84c4439d8d79d12d3336e4aea (diff) | |
download | kanotix-80cacfe57ab1a7e2be7af295ece081ca6fff94c6.zip kanotix-80cacfe57ab1a7e2be7af295ece081ca6fff94c6.tar.gz |
various smaller changes
* removed wine-ppa-oneiric
* added hack to generate initrd only once
* added multiarch support for wheezy amd64
* updated packagelists for multiarch (wine, skype)
* removed obsolete packagelists includes
Diffstat (limited to 'auto/config')
-rwxr-xr-x | auto/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/config b/auto/config index 5bb2033..fd8ff85 100755 --- a/auto/config +++ b/auto/config @@ -66,7 +66,7 @@ squeeze) ;; wheezy) LB_PACKAGES_LISTS+=" dragonfire" - LB_REPOSITORIES+=" dragonfire wine-ppa-oneiric" + LB_REPOSITORIES+=" dragonfire" case $LB_ARCHITECTURE in 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";; |