X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fcdrom;h=1ed3c6ad96072a040eebbf19751e550a814998de;hp=3028661a34a999154de8c2ae86667fdaf4396866;hb=0fbb45e9f535e4d77699fde5ddca56e981dfa0d0;hpb=a6316ce423a6d559ea026061b689591e8f5872ed diff --git a/lfs/cdrom b/lfs/cdrom index 3028661a34..1ed3c6ad96 100644 --- a/lfs/cdrom +++ b/lfs/cdrom @@ -26,6 +26,8 @@ include Config +VER = ipfire + THISAPP = cdrom DL_FILE = rawrite.exe DL_FROM = $(URL_IPFIRE) @@ -81,8 +83,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Compress root filesystem # Reason for this tar+untar+tar is removing of entries listed two or more in src/ROOTFILES mkdir -p /install/cdrom/{doc,dosutils,images} - find $(DIR_SRC)/config/rootfiles -type f -maxdepth 1 | xargs cat >> /tmp/ROOTFILES - find $(DIR_SRC)/config/rootfiles/ver_$(IPFVER) -type f -maxdepth 1 | xargs cat >> /tmp/ROOTFILES + find $(DIR_SRC)/config/rootfiles/common -maxdepth 1 -type f | xargs cat >> /tmp/ROOTFILES + find $(DIR_SRC)/config/rootfiles/ver_$(IPFVER) -maxdepth 1 -type f | xargs cat >> /tmp/ROOTFILES tar -c -C / --files-from=/tmp/ROOTFILES \ -f /$(SNAME).tar --exclude='#*' --exclude='dev/pts/*' \ --exclude='proc/*' --exclude='tmp/ROOTFILES'