Fix permissions of images/updbooster

some ipp2p fixes. still not working ...
New kernel at updater
This commit is contained in:
Arne Fitzenreiter
2008-09-16 23:49:42 +02:00
parent da137f2159
commit bd24e1fae9
5 changed files with 9 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
#
OLDVERSION=`grep "version = " /opt/pakfire/etc/pakfire.conf | cut -d'"' -f2`
NEWVERSION="2.3"
KVER="2.6.23.17"
KVER="2.6.25.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
@@ -53,6 +53,7 @@ echo etc/udev/rules.d/30-persistent-network.rules >> /opt/pakfire/tmp/ROOTFILES
echo etc/sysconfig/lm_sensors >> /opt/pakfire/tmp/ROOTFILES
echo var/log/rrd >> /opt/pakfire/tmp/ROOTFILES
echo var/updatexlerator >> /opt/pakfire/tmp/ROOTFILES
echo lib/iptables >> /opt/pakfire/tmp/ROOTFILES
#
tar cjvf /var/ipfire/backup/update_$OLDVERSION-$NEWVERSION.tar.bz2 \
-T /opt/pakfire/tmp/ROOTFILES --exclude='#*' -C / > /dev/null 2>&1
@@ -67,6 +68,10 @@ rm -rf /etc/rc.d/rc3.d/S20collectd
#
rm -rf /etc/sysconfig/lm_sensors
#
# Delete old iptables libs...
#
rm -rf /lib/iptables
#
# Remove old kernel, configs, initrd, modules ...
#
rm -rf /boot/System.map-*