mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
cdrom: Change format to XZ and compress in parallel
This allows us to use all processor cores to compress the image faster. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -137,7 +137,7 @@ endif
|
||||
|
||||
# Install IPFire
|
||||
ifneq "$(BUILD_PLATFORM)" "arm"
|
||||
tar -x --lzma -C $(MNThdd)/ -f /install/cdrom/distro.img
|
||||
tar -x --xz -C $(MNThdd)/ -f /install/cdrom/distro.img
|
||||
else
|
||||
tar -x -C $(MNThdd)/ -f /install/cdrom/distro.img
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user