diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2011-09-25 02:37:31 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-09-25 02:37:31 +0200 |
commit | 18699011a2fe657f342502839c374b0a5e6452f5 (patch) | |
tree | 62ebfcee208783ca0954a8cc3084f4bc16a84c5a /auto | |
parent | 8fbf27aa417408a00462e8709b6a32d47f15fc26 (diff) | |
download | kanotix-18699011a2fe657f342502839c374b0a5e6452f5.zip kanotix-18699011a2fe657f342502839c374b0a5e6452f5.tar.gz |
removed extra grub2 repository
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/auto/config b/auto/config index 7332025..d6a8dd5 100755 --- a/auto/config +++ b/auto/config @@ -12,6 +12,7 @@ MIRROR_BOOTSTRAP="$MIRROR_CHROOT" export LB_PACKAGES_LISTS="kanotix-master" export LB_BOOTLOADER="syslinux" export LB_SYSLINUX_MENU_LIVE_ENTRY="Kanotix" +export LB_LINUX_PACKAGES="linux-image linux-headers" lb config noauto \ --iso-volume KANOTIX \ @@ -24,7 +25,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 firefox grub" \ + --repositories "live.debian.net acritox excalibur hellfire lo wine-ppa firefox" \ --security true \ --checksums md5 \ --syslinux-timeout 5 \ @@ -52,15 +53,15 @@ lb config noauto \ case $LB_ARCHITECTURE in "amd64") lb config noauto \ - --linux-flavours generic \ - --linux-packages "linux-image-3.0.0-11 linux-headers-3.0.0-11" + --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 generic \ - --linux-packages "linux-image-3.0.0-11 linux-headers-3.0.0-11" + --linux-flavours generic + #--linux-packages "linux-image linux-headers" #--linux-flavours 686-bigmem \ #--linux-packages "linux-image-2.6 linux-headers-2.6" ;; |