diff options
author | Joerg Schirottke <master@kanotix.com> | 2013-03-05 16:30:45 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-05-03 16:48:10 +0200 |
commit | cbcf64dcef952f96eb37dd9d1b8331f7172cc123 (patch) | |
tree | 20f56f6baf8db09dcd10d9563cbdf105d8843aef /auto | |
parent | 70a9ce8a988b617175b9a86d6cd24172c5d662ce (diff) | |
download | kanotix-cbcf64dcef952f96eb37dd9d1b8331f7172cc123.zip kanotix-cbcf64dcef952f96eb37dd9d1b8331f7172cc123.tar.gz |
gfxdetect, mesa backport and steam support
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/config b/auto/config index b34eae9..af8318b 100755 --- a/auto/config +++ b/auto/config @@ -71,6 +71,8 @@ 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" +grep -wq mesa <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" mesa" +grep -wq steam <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" steam steam-wheezy" lb config noauto --linux-packages "$LB_LINUX_PACKAGES" --linux-flavours "$LB_LINUX_FLAVOURS" --repositories "$LB_REPOSITORIES" # Fetch kanotix-scripts if necessary |