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