X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2FConfig;h=fb0f2e9a2f92c2f2238e14e8b0e9b10164db1396;hb=03b08c08f0be261f47335ebf6e608b4b5d6d153a;hp=7360ac675ecee54f2784cfc72578cef194477c60;hpb=41cfd9e04b1a06d242432e682ab5601f933c0e21;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/Config b/lfs/Config index 7360ac675..fb0f2e9a2 100644 --- a/lfs/Config +++ b/lfs/Config @@ -68,7 +68,7 @@ KGCC = gcc # define FIND_FILES cd $(ROOT)/ && find -mount \ - -not -path './tools*' -not -path './tmp*' -not -path './usr/src*' \ + -not -path './tools*' -not -path './tmp*' -not -path './usr/src*' -not -path './run/*' \ -not -path './dev*' -not -path './proc*' -not -path './install*' | sort endef @@ -191,7 +191,7 @@ define PAK tar xf /install/packages/package/files.tmp -C /install/packages/package/tmp/ \ -p --numeric-owner rm -f /install/packages/package/files.tmp - cd /install/packages/package/tmp/ && tar -c -p --numeric-owner -f /install/packages/package/files * + cd /install/packages/package/tmp/ && tar -c -p --numeric-owner -J -f /install/packages/package/files.tar.xz * rm -r /install/packages/package/tmp -cat /install/packages/package/ROOTFILES | grep -v "#" > /install/packages/package/ROOTFILES.tmp mv /install/packages/package/ROOTFILES.tmp /install/packages/package/ROOTFILES