[syslinux-iso] Set default SquashFS compressor to XZ
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
54be7d1529
commit
4ea8b93f9c
@ -2,7 +2,7 @@ ver=$(shell date +%Y.%m.%d)
|
|||||||
|
|
||||||
WORKDIR=work
|
WORKDIR=work
|
||||||
INSTALL_DIR=arch
|
INSTALL_DIR=arch
|
||||||
COMPRESS=gzip
|
COMPRESS=xz
|
||||||
|
|
||||||
ARCH?=$(shell uname -m)
|
ARCH?=$(shell uname -m)
|
||||||
|
|
||||||
@ -92,4 +92,3 @@ clean:
|
|||||||
.PHONY: root-image bootfiles initcpio overlay iso-mounts
|
.PHONY: root-image bootfiles initcpio overlay iso-mounts
|
||||||
.PHONY: core-pkgs
|
.PHONY: core-pkgs
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user