]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
make.sh: Make /tmp a ramdisk if ramdisks are enabled
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 9 Mar 2020 12:00:23 +0000 (12:00 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 9 Mar 2020 21:44:24 +0000 (21:44 +0000)
commit26cc313987124f0d709276d7b5482ce8d9c33fb5
tree49212e805b2a7d1449dcb1c42b1048346dc50314
parent57fda8c8adc66acf92c24d33ccf37636e0e165bc
make.sh: Make /tmp a ramdisk if ramdisks are enabled

The build system is writing a large amount of temporary file
systems that might land on disk or at least in the journal.

This change will speed up the build and remove a lot of I/O
usage.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh