diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-02-08 02:29:32 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-02-08 02:29:32 +0100 |
commit | ffb14093b38eb64a73f978d0ae966c1cdf44013f (patch) | |
tree | b484087a72c092f07c7e973c4e0a86e51b3fafad /auto/config | |
parent | 90df5fcb4a42cca29e705822a87b47a57d30fae8 (diff) | |
download | kanotix-ffb14093b38eb64a73f978d0ae966c1cdf44013f.zip kanotix-ffb14093b38eb64a73f978d0ae966c1cdf44013f.tar.gz |
imported patches from Kano
http://kanotix.com/files/kanotix-hellfire/kanotix-live-build-update.patch
* hellfire-extra repo
* enable backports by default
* small packagelists changes
Diffstat (limited to 'auto/config')
-rwxr-xr-x | auto/config | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/auto/config b/auto/config index d6a8dd5..d442093 100755 --- a/auto/config +++ b/auto/config @@ -38,6 +38,7 @@ lb config noauto \ --mirror-binary ${MIRROR_BINARY} \ --mirror-binary-security ${MIRROR_BINARY_SECURITY} \ --binary-indices true \ + --backports true \ "${@}" # hostname and username are configured in config/chroot_local-includes/etc/live/config.conf @@ -53,14 +54,16 @@ lb config noauto \ case $LB_ARCHITECTURE in "amd64") lb config noauto \ - --linux-flavours generic + --linux-flavours generic \ + --linux-packages "linux-image-3.0.0-16 linux-headers-3.0.0-16" #--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-flavours generic \ + --linux-packages "linux-image-3.0.0-16 linux-headers-3.0.0-16" #--linux-packages "linux-image linux-headers" #--linux-flavours 686-bigmem \ #--linux-packages "linux-image-2.6 linux-headers-2.6" |