]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - src/paks/linux-xen/install.sh
Merge remote-tracking branch 'origin/next' into thirteen
[people/teissler/ipfire-2.x.git] / src / paks / linux-xen / install.sh
index 5e03a740c637f7853de6dac4025e5e3a93f93efe..179d607615302967e15068729b1deb688f5732aa 100644 (file)
@@ -24,7 +24,7 @@
 . /opt/pakfire/lib/functions.sh
 extract_files
 #
-KVER=2.6.32.40
+KVER=2.6.32.59
 ROOT=`mount | grep " / " | cut -d" " -f1`
 ROOTUUID=`blkid -c /dev/null -sUUID $ROOT | cut -d'"' -f2`
 if [ ! -z $ROOTUUID ]; then