X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=config%2Frootfiles%2Fupdater%2Fupdate.sh;h=1f601877fc63daf4e64d02526f2e60a9bf065b27;hb=ba3e5905a3bc2a60ece484d092e6174cbf7655fe;hp=34f29367f10698b909ed2e55d77e7b9aadeadb2d;hpb=d16bd7890cac8056a9c42b4913fc8c24ab83b28c;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/config/rootfiles/updater/update.sh b/config/rootfiles/updater/update.sh index 34f29367f1..1f601877fc 100755 --- a/config/rootfiles/updater/update.sh +++ b/config/rootfiles/updater/update.sh @@ -26,7 +26,7 @@ # OLDVERSION=`grep "version = " /opt/pakfire/etc/pakfire.conf | cut -d'"' -f2` NEWVERSION="2.3" -KVER="2.6.20.21" +KVER="2.6.23.17" ROOT=`grep "root=" /boot/grub/grub.conf | cut -d"=" -f2 | cut -d" " -f1 | tail -n 1` MOUNT=`grep "kernel" /boot/grub/grub.conf | tail -n 1` # Nur den letzten Parameter verwenden