summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-03-23 14:59:24 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2011-03-23 15:06:18 +0100
commit1d71275112a1f1aee000353011c91391a8c17397 (patch)
treeec52e293cec5ae67db4ad12bbe1f6a63177f62b1 /auto
parent28fc31e1853ed0767b7bc5ce79624eebf7ccbd3e (diff)
downloadkanotix-1d71275112a1f1aee000353011c91391a8c17397.zip
kanotix-1d71275112a1f1aee000353011c91391a8c17397.tar.gz
auto-select repositories
Diffstat (limited to 'auto')
-rwxr-xr-xauto/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/config b/auto/config
index 89cce81..c131f06 100755
--- a/auto/config
+++ b/auto/config
@@ -68,6 +68,9 @@ esac
[ "$LB_BOOTLOADER" = "burg" ] && LB_REPOSITORIES+=" burg"
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 --repositories "$LB_REPOSITORIES"
# Fetch kanotix-scripts if necessary