summaryrefslogtreecommitdiff
path: root/auto/config
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2012-02-29 23:47:11 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2012-02-29 23:47:11 +0100
commit1bc4512a48612bb95cbe569718963c2a407efe3f (patch)
tree82404be15b2bec954cf0de9eaad1677ec64ad11f /auto/config
parentc14823330bc8a964a78803f2cecbfd7947d2037e (diff)
downloadkanotix-1bc4512a48612bb95cbe569718963c2a407efe3f.zip
kanotix-1bc4512a48612bb95cbe569718963c2a407efe3f.tar.gz
packageslists update for dragonfire
Diffstat (limited to 'auto/config')
-rwxr-xr-xauto/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/auto/config b/auto/config
index 9cc1c44..dc1caab 100755
--- a/auto/config
+++ b/auto/config
@@ -60,6 +60,7 @@ squeeze)
esac
;;
wheezy)
+ LB_PACKAGES_LISTS+=" dragonfire"
LB_REPOSITORIES+=" dragonfire wine-ppa-oneiric"
case $LB_ARCHITECTURE in
amd64) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="amd64";;
@@ -73,7 +74,7 @@ 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"
grep -wq chrome <<<"$LB_PACKAGES $LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" chrome"
-lb config noauto --linux-packages "$LB_LINUX_PACKAGES" --linux-flavours "$LB_LINUX_FLAVOURS" --repositories "$LB_REPOSITORIES"
+lb config noauto --linux-packages "$LB_LINUX_PACKAGES" --linux-flavours "$LB_LINUX_FLAVOURS" --repositories "$LB_REPOSITORIES" -p "$LB_PACKAGES_LISTS"
# Fetch kanotix-scripts if necessary
mkdir -p config/chroot_local-includes/usr/local/bin