kernel: missed kernel-version at linux-xen install script.

This commit is contained in:
Arne Fitzenreiter
2011-05-24 07:13:05 +02:00
parent a0c4de46fa
commit 02d7d49c91

View File

@@ -24,7 +24,7 @@
. /opt/pakfire/lib/functions.sh
extract_files
#
KVER=2.6.32.40
KVER=2.6.32.41
ROOT=`mount | grep " / " | cut -d" " -f1`
ROOTUUID=`blkid -c /dev/null -sUUID $ROOT | cut -d'"' -f2`
if [ ! -z $ROOTUUID ]; then