From: Arne Fitzenreiter Date: Thu, 5 Jun 2008 20:53:41 +0000 (+0200) Subject: Add ROOTFILES to update package. X-Git-Tag: v2.3-beta1~48^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=823d4d91f18278359889c3939624f1f885fbb6a2;p=ipfire-2.x.git Add ROOTFILES to update package. --- diff --git a/lfs/updater b/lfs/updater index 3ea49b8c27..f559d13741 100644 --- a/lfs/updater +++ b/lfs/updater @@ -56,7 +56,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) tar -c -C / --files-from=/tmp/ROOTFILES \ -f /$(SNAME).tar --exclude='#*' --exclude='dev/pts/*' \ --exclude='proc/*' --exclude='tmp/ROOTFILES' - rm -f /tmp/ROOTFILES + mv -f /tmp/ROOTFILES /install/updater/ROOTFILES tar -x -C /tmp -f /$(SNAME).tar rm -f /$(SNAME).tar cd /tmp && tar jcf /install/updater/files.ipfire * && rm -rf * @@ -65,5 +65,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cp $(DIR_SRC)/config/rootfiles/updater/update.sh /install/updater/ chmod 755 /install/updater/update.sh cd /install/updater && tar jcf ../images/updater-$(SNAME)-$(VERSION).tar.bz2 \ - update.sh files.ipfire + update.sh files.ipfire ROOTFILES rm -rf /install/updater