]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/paks/linux-pae/install.sh
autoupdate kernel version at package install and core update scripts.
[people/pmueller/ipfire-2.x.git] / src / paks / linux-pae / install.sh
index 83e9f490023533788a59b96326ea1706ad069b3c..60f8bbb42e31f3e949027e792ae79885ea12a186 100644 (file)
@@ -24,7 +24,7 @@
 . /opt/pakfire/lib/functions.sh
 extract_files
 #
-KVER=2.6.32.41
+KVER=xxxKVERxxx
 ROOT=`mount | grep " / " | cut -d" " -f1`
 ROOTUUID=`blkid -c /dev/null -sUUID $ROOT | cut -d'"' -f2`
 if [ ! -z $ROOTUUID ]; then