summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorJoerg Schirottke <master@kanotix.com>2015-11-05 11:41:07 +0100
committerHolger Paradies <retabell@gmx.de>2015-11-05 20:19:48 +0100
commitee3914fa2680c67d1e6abd6bcaeea07fb06a35a2 (patch)
treecb4822ce09c5b772b677a46b493056b7ea34c97e /auto
parentb890134aa1ae1dbab9c9232647e3fa3f85c88cd1 (diff)
downloadkanotix-ee3914fa2680c67d1e6abd6bcaeea07fb06a35a2.zip
kanotix-ee3914fa2680c67d1e6abd6bcaeea07fb06a35a2.tar.gz
special hack
Diffstat (limited to 'auto')
-rwxr-xr-xauto/config7
1 files changed, 7 insertions, 0 deletions
diff --git a/auto/config b/auto/config
index 697fdc1..80668e6 100755
--- a/auto/config
+++ b/auto/config
@@ -100,6 +100,13 @@ grep -wq firefox <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" firefox"
grep -wq silverlight <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" silverlight"
grep -wq spotify <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" spotify"
grep -wq dropbox <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" dropbox"
+
+# special hack
+if grep -wq gfxdetect <<<"$LB_PACKAGES_LISTS"; then
+ LB_REPOSITORIES+=" nvidia mesa-11"
+ LB_LINUX_FLAVOURS="generic"
+fi
+
lb config noauto --linux-packages "$LB_LINUX_PACKAGES" --linux-flavours "$LB_LINUX_FLAVOURS" --repositories "$LB_REPOSITORIES"
# Fetch kanotix-scripts if necessary