kernel: update to 2.7.32.38.

This commit is contained in:
Arne Fitzenreiter
2011-04-18 20:46:50 +02:00
parent 7f8e1a3dac
commit 09e923afef
4 changed files with 5 additions and 6 deletions

View File

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