diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-05 20:44:53 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-05 20:44:53 +0200 |
commit | 54adc30986f9595c594c0f7fc9180e89afc29774 (patch) | |
tree | e82e7a58a42c4caf4092a1784fb98ba55781ea26 | |
parent | 21ff8ce3d869d5f99615845536bd2d644c900253 (diff) | |
download | kanotix-54adc30986f9595c594c0f7fc9180e89afc29774.zip kanotix-54adc30986f9595c594c0f7fc9180e89afc29774.tar.gz |
typo
-rwxr-xr-x | auto/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/config b/auto/config index 64c143d..5441557 100755 --- a/auto/config +++ b/auto/config @@ -45,7 +45,7 @@ case $LH_ARCHITECTURE in --linux-flavours amd64 \ --linux-packages "linux-image-2.6 linux-headers-2.6" ;; -"i368") +"i386") lh config noauto \ --linux-flavours 686-bigmem \ --linux-packages "linux-image-2.6 linux-headers-2.6" |