From d046fed05c9773b774b446f13c2eb7d9afb08ffe Mon Sep 17 00:00:00 2001 From: root Date: Sat, 16 May 2009 16:00:45 +0200 Subject: [PATCH 1/1] Fix core28 updater kernel version --- config/rootfiles/core/28/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/core/28/update.sh b/config/rootfiles/core/28/update.sh index 3268cd3e66..6c61902c3d 100755 --- a/config/rootfiles/core/28/update.sh +++ b/config/rootfiles/core/28/update.sh @@ -27,7 +27,7 @@ OLDVERSION=`grep "version = " /opt/pakfire/etc/pakfire.conf | cut -d'"' -f2` NEWVERSION="2.5" # -KVER="2.6.27.21" +KVER="2.6.27.23" 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 @@ -122,7 +122,7 @@ sed -i "s|$OLDVERSION|$NEWVERSION|g" /opt/pakfire/etc/pakfire.conf # # Create new issue # -echo IPFire v$NEWVERSION beta1 - www.ipfire.org > /etc/issue +echo IPFire v$NEWVERSION beta2 - www.ipfire.org > /etc/issue echo =================================== >> /etc/issue echo \\n running on \\s \\r \\m >> /etc/issue # -- 2.39.2