projects
/
carnet-upgrade.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bf6d65
)
Require kernel >=2.6.24 to be booted.
author
Valentin Vidic
<Valentin.Vidic@CARNet.hr>
Thu, 4 Sep 2008 11:58:55 +0000
(13:58 +0200)
committer
Valentin Vidic
<Valentin.Vidic@CARNet.hr>
Thu, 4 Sep 2008 11:58:55 +0000
(13:58 +0200)
src/functions.sh
patch
|
blob
|
history
diff --git
a/src/functions.sh
b/src/functions.sh
index
fc5e65d
..
4512ee6
100644
(file)
--- a/
src/functions.sh
+++ b/
src/functions.sh
@@
-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.