]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/rootfiles/updater/update.sh
Fix permissions of images/updbooster
[ipfire-2.x.git] / config / rootfiles / updater / update.sh
index 3e719354713541ba5018af52685f488c14a53d73..32efa811f150fa3b1800cdaa64025e7e5af768bc 100755 (executable)
@@ -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-*