diff options
author | Joerg Schirottke <master@kanotix.com> | 2012-02-23 01:52:29 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-02-26 16:29:40 +0100 |
commit | 5c6556a6295839e98f8b72fc1e6681dbfcb5c17a (patch) | |
tree | 86a5f7a0b31044281bb7e0d9ae7ed4e54d78e60a /auto | |
parent | b667a84a79a497b031c1281ea8cfb5027ed59be9 (diff) | |
download | kanotix-5c6556a6295839e98f8b72fc1e6681dbfcb5c17a.zip kanotix-5c6556a6295839e98f8b72fc1e6681dbfcb5c17a.tar.gz |
new default kernel: 3.2.0-17
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/config b/auto/config index 9c5a171..a2342b8 100755 --- a/auto/config +++ b/auto/config @@ -55,7 +55,7 @@ case $LB_ARCHITECTURE in "amd64") lb config noauto \ --linux-flavours generic \ - --linux-packages "linux-image-3.2.0-15 linux-headers-3.2.0-15" + --linux-packages "linux-image-3.2.0-17 linux-headers-3.2.0-17" #--linux-packages "linux-image linux-headers" #--linux-flavours amd64 \ #--linux-packages "linux-image-2.6 linux-headers-2.6" |