Updated kernel (2.6.32.26).

This commit is contained in:
Arne Fitzenreiter
2010-11-23 21:54:15 +01:00
parent 950fe4a5b5
commit 9f969cc1a9
4 changed files with 6 additions and 6 deletions

View File

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