summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2010-09-02 22:22:54 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2010-09-02 22:22:54 +0200
commit9b9d0688d657a711590839bc73ea401f62c494c3 (patch)
treef3743c448d579c7dbf812b8695bf4a9059923918 /auto
parentf33418f123ffaf23fd4a6e178f51b808aa10dbba (diff)
downloadkanotix-9b9d0688d657a711590839bc73ea401f62c494c3.zip
kanotix-9b9d0688d657a711590839bc73ea401f62c494c3.tar.gz
fixed wrong "--linux-packages" line in auto/config
Diffstat (limited to 'auto')
-rwxr-xr-xauto/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/config b/auto/config
index bb49901..9b721f4 100755
--- a/auto/config
+++ b/auto/config
@@ -43,12 +43,12 @@ case $LH_ARCHITECTURE in
"amd64")
lh config noauto \
--linux-flavours amd64 \
- --linux-packages "linux-headers-2.6-amd64"
+ --linux-packages "linux-image-2.6 linux-headers-2.6"
;;
"i368")
lh config noauto \
--linux-flavours 686-bigmem \
- --linux-packages "linux-headers-2.6-686-bigmem"
+ --linux-packages "linux-image-2.6 linux-headers-2.6"
;;
esac