summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-03-01 15:23:46 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2011-03-01 15:23:46 +0100
commita59c2dd88a38c7b4c97c188c0f93d502d24b1d37 (patch)
treeb6edcd8aad10473fd5e06e09dc5f57d27c1321f1 /auto
parentc2215b0188cef393bdb0909d1f43cb3ed783685f (diff)
downloadkanotix-a59c2dd88a38c7b4c97c188c0f93d502d24b1d37.zip
kanotix-a59c2dd88a38c7b4c97c188c0f93d502d24b1d37.tar.gz
applied changes from Kano
Diffstat (limited to 'auto')
-rwxr-xr-xauto/config14
1 files changed, 9 insertions, 5 deletions
diff --git a/auto/config b/auto/config
index 8e0bbdd..c8da5ec 100755
--- a/auto/config
+++ b/auto/config
@@ -22,7 +22,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 wine-ppa" \
+ --repositories "live.debian.net acritox excalibur hellfire lo wine-ppa" \
--security true \
--checksums md5 \
--bootloader syslinux \
@@ -49,13 +49,17 @@ lb config noauto \
case $LB_ARCHITECTURE in
"amd64")
lb config noauto \
- --linux-flavours amd64 \
- --linux-packages "linux-image-2.6 linux-headers-2.6"
+ --linux-flavours generic \
+ --linux-packages "linux-image linux-headers"
+ #--linux-flavours amd64 \
+ #--linux-packages "linux-image-2.6 linux-headers-2.6"
;;
"i386")
lb config noauto \
- --linux-flavours 686-bigmem \
- --linux-packages "linux-image-2.6 linux-headers-2.6"
+ --linux-flavours generic \
+ --linux-packages "linux-image linux-headers"
+ #--linux-flavours 686-bigmem \
+ #--linux-packages "linux-image-2.6 linux-headers-2.6"
;;
esac