]> 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>
Mon, 9 Mar 2020 12:01:25 +0000 (12:01 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 9 Mar 2020 21:45:20 +0000 (21:45 +0000)
commit91368c2cccdf93cda3122ac7500f6a123fd7e785
tree20b11c9b5687c89b4435d8c78d0b6ab21fcad2ca
parent26cc313987124f0d709276d7b5482ce8d9c33fb5
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>
lfs/cdrom