summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2014-10-29 00:34:30 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2014-10-30 00:50:48 +0100
commit11b6fcbe3fb323bfc1e19e41ce4ef0e77503e2de (patch)
tree4a99e575f5ea0719d78423fef3152eb6d2a910f0 /auto
parent486039bed158df9f6882d53bd9e88801ac31a754 (diff)
downloadkanotix-11b6fcbe3fb323bfc1e19e41ce4ef0e77503e2de.zip
kanotix-11b6fcbe3fb323bfc1e19e41ce4ef0e77503e2de.tar.gz
added acritox-repo (temporary)
with fixed installer
Diffstat (limited to 'auto')
-rwxr-xr-xauto/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/config b/auto/config
index 120e3ab..e182ab9 100755
--- a/auto/config
+++ b/auto/config
@@ -57,14 +57,14 @@ squeeze)
esac
;;
wheezy)
- LB_REPOSITORIES+=" dragonfire"
+ LB_REPOSITORIES+=" dragonfire dragonfire-acritox"
case $LB_ARCHITECTURE in
amd64) LB_LINUX_PACKAGES="linux-image-extra-3.17.0-1 linux-headers-3.17.0-1"; LB_LINUX_FLAVOURS="generic";;
i386) LB_LINUX_PACKAGES="linux-image-extra-3.17.0-1 linux-headers-3.17.0-1"; LB_LINUX_FLAVOURS="generic";;
esac
;;
jessie|*)
- LB_REPOSITORIES+=" dragonfire spitfire"
+ LB_REPOSITORIES+=" dragonfire spitfire spitfire-acritox"
case $LB_ARCHITECTURE in
amd64) LB_LINUX_PACKAGES="linux-image-extra-3.17.0-1 linux-headers-3.17.0-1"; LB_LINUX_FLAVOURS="generic";;
i386) LB_LINUX_PACKAGES="linux-image-extra-3.17.0-1 linux-headers-3.17.0-1"; LB_LINUX_FLAVOURS="generic";;