summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-03-19 03:04:32 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2011-03-19 03:05:18 +0100
commitf76571da2603cfe7f83e15cd99f2304265483444 (patch)
treea56618acc83deb8eaf39b0c83319c33a5e21b8e2 /auto
parent9906c36f15973133a1b954256a92ebbd96ab11e7 (diff)
downloadkanotix-f76571da2603cfe7f83e15cd99f2304265483444.zip
kanotix-f76571da2603cfe7f83e15cd99f2304265483444.tar.gz
added trinity repository
Diffstat (limited to 'auto')
-rwxr-xr-xauto/config8
1 files changed, 7 insertions, 1 deletions
diff --git a/auto/config b/auto/config
index fc650a5..89cce81 100755
--- a/auto/config
+++ b/auto/config
@@ -24,7 +24,7 @@ lb config noauto \
--bootappend-live 'utc=no timezone=Europe/Berlin locales=de keyboard-layouts=de keyboard-variant=nodeadkeys splash' \
--distribution squeeze \
--archive-areas "main contrib non-free" \
- --repositories "live.debian.net acritox excalibur hellfire lo wine-ppa burg" \
+ --repositories "live.debian.net acritox excalibur hellfire lo wine-ppa" \
--security true \
--checksums md5 \
--syslinux-timeout 5 \
@@ -44,7 +44,9 @@ lb config noauto \
# --hostname Kanotix \
# --username kanotix \
+. config/binary
. config/bootstrap
+. config/chroot
# architecture depending stuff (e.g. kernel)
case $LB_ARCHITECTURE in
@@ -64,6 +66,10 @@ case $LB_ARCHITECTURE in
;;
esac
+[ "$LB_BOOTLOADER" = "burg" ] && LB_REPOSITORIES+=" burg"
+grep -wq trinity <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" trinity"
+lb config noauto --repositories "$LB_REPOSITORIES"
+
# Fetch kanotix-scripts if necessary
mkdir -p config/chroot_local-includes/usr/local/bin
grep -oe '^[^ #]*' scripts.urls | wget -i- -N -q -P config/chroot_local-includes/usr/local/bin