diff options
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/auto/config b/auto/config index 0466f4c..c8aac27 100755 --- a/auto/config +++ b/auto/config @@ -26,7 +26,7 @@ lb config noauto \ --apt-recommends false \ --bootappend-live 'utc=no timezone=Europe/Berlin locales=de keyboard-layouts=de keyboard-variant=nodeadkeys splash' \ --archive-areas "main contrib non-free" \ - --repositories "live.debian.net acritox hellfire lo" \ + --repositories "live.debian.net lo" \ --security true \ --checksums md5 \ --syslinux-timeout 5 \ @@ -50,7 +50,7 @@ lb config noauto \ # architecture and distribution depending stuff (e.g. kernel) case "$LB_DISTRIBUTION" in squeeze) - LB_REPOSITORIES+=" firefox wine-ppa squeeze-backports" + LB_REPOSITORIES+=" firefox wine-ppa squeeze-backports hellfire acritox" case $LB_ARCHITECTURE in amd64) LB_LINUX_PACKAGES="linux-image-3.2.0-30 linux-headers-3.2.0-30"; LB_LINUX_FLAVOURS="generic";; i386) LB_LINUX_PACKAGES="linux-image-3.2.0-30 linux-headers-3.2.0-30"; LB_LINUX_FLAVOURS="generic";; @@ -66,7 +66,8 @@ wheezy) esac [ "$LB_BOOTLOADER" = "burg" ] && LB_REPOSITORIES+=" burg" -[ "$LB_BOOTLOADER" = "grub2" ] && LB_REPOSITORIES+=" grub2" +grep -wq acritox <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" acritox dragonfire-acritox" +grep -wq hellfire <<<"$LB_PACKAGES_LISTS" && LB_REPOSITORIES+=" hellfire" 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" |