diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-02 22:22:54 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-02 22:22:54 +0200 |
commit | 9b9d0688d657a711590839bc73ea401f62c494c3 (patch) | |
tree | f3743c448d579c7dbf812b8695bf4a9059923918 /auto | |
parent | f33418f123ffaf23fd4a6e178f51b808aa10dbba (diff) | |
download | kanotix-9b9d0688d657a711590839bc73ea401f62c494c3.zip kanotix-9b9d0688d657a711590839bc73ea401f62c494c3.tar.gz |
fixed wrong "--linux-packages" line in auto/config
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 4 |
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 |