Require kernel >=2.6.24 to be booted.
authorValentin Vidic <Valentin.Vidic@CARNet.hr>
Thu, 4 Sep 2008 11:58:55 +0000 (13:58 +0200)
committerValentin Vidic <Valentin.Vidic@CARNet.hr>
Thu, 4 Sep 2008 11:58:55 +0000 (13:58 +0200)
src/functions.sh

index fc5e65d..4512ee6 100644 (file)
@@ -350,7 +350,7 @@ check_grsec_kernel () {
     return 0
   fi
 
-  if [ "$ver" = "${ver#2.6.2[2-9]}" ]; then
+  if [ "$ver" = "${ver#2.6.2[4-9]}" ]; then
     # kernel too old
     notice "
 Prije prelaska na Debian Etch potrebno je napraviti nadogradnju na najnoviji grsec kernel.