diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2011-03-01 15:23:46 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-03-01 15:23:46 +0100 |
commit | a59c2dd88a38c7b4c97c188c0f93d502d24b1d37 (patch) | |
tree | b6edcd8aad10473fd5e06e09dc5f57d27c1321f1 /auto | |
parent | c2215b0188cef393bdb0909d1f43cb3ed783685f (diff) | |
download | kanotix-a59c2dd88a38c7b4c97c188c0f93d502d24b1d37.zip kanotix-a59c2dd88a38c7b4c97c188c0f93d502d24b1d37.tar.gz |
applied changes from Kano
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 14 |
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 |