]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
cdrom: Do not write the temporary tarball to disk
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 10 Mar 2020 13:26:04 +0000 (13:26 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 21 Mar 2020 16:02:55 +0000 (16:02 +0000)
commitcd8ee3021c8858a5d11f49b049e6f83ff846b3b3
tree97bd386f25133b4a4dcd5e7e44a2874d78913818
parentad853b560e41c3357c4be95a8d7650deb3a1d763
cdrom: Do not write the temporary tarball to disk

In order to remove any duplicate files in the tarball, we
have to unpack it again. The whole filesystem is written
to disk twice which is unnecessary.

This patch removes that temporary step and reduces IO
during the build.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/cdrom