diff options
author | Joerg Schirottke <master@kanotix.com> | 2015-11-05 11:41:07 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2015-11-05 20:19:48 +0100 |
commit | ee3914fa2680c67d1e6abd6bcaeea07fb06a35a2 (patch) | |
tree | cb4822ce09c5b772b677a46b493056b7ea34c97e /auto/config | |
parent | b890134aa1ae1dbab9c9232647e3fa3f85c88cd1 (diff) | |
download | kanotix-ee3914fa2680c67d1e6abd6bcaeea07fb06a35a2.zip kanotix-ee3914fa2680c67d1e6abd6bcaeea07fb06a35a2.tar.gz |
special hack
Diffstat (limited to 'auto/config')
-rwxr-xr-x | auto/config | 7 |
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 |