]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/cdrom
Hinzugefuegt:
[people/pmueller/ipfire-2.x.git] / lfs / cdrom
index b346f10b8e6351534e08773b217122e635bf9714..a94a739e3f3ed682c60da67a5db3be2ef55461e8 100644 (file)
--- a/lfs/cdrom
+++ b/lfs/cdrom
@@ -89,8 +89,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        mkdir -p /install/cdrom/{doc,dosutils,images}
        sed -e "s/KVER/$(KVER)/g" $(DIR_SRC)/src/ROOTFILES.$(MACHINE) > /tmp/ROOTFILES
        tar -c -C / --files-from=/tmp/ROOTFILES \
-           -f /$(SNAME).tar --exclude='#*' --exclude='dev/pts/*' \
-           --exclude='proc/*'
+               -f /$(SNAME).tar --exclude='#*' --exclude='dev/pts/*' \
+               --exclude='proc/*' --exclude='tmp/ROOTFILES'
        rm -f /tmp/ROOTFILES
        tar -x -C /tmp -f /$(SNAME).tar
        rm -f /$(SNAME).tar