[syslinux-iso] Set default SquashFS compressor to XZ

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
Gerardo Exequiel Pozzi 2011-04-11 10:27:07 -03:00
parent 54be7d1529
commit 4ea8b93f9c

View File

@ -2,7 +2,7 @@ ver=$(shell date +%Y.%m.%d)
WORKDIR=work
INSTALL_DIR=arch
COMPRESS=gzip
COMPRESS=xz
ARCH?=$(shell uname -m)
@ -92,4 +92,3 @@ clean:
.PHONY: root-image bootfiles initcpio overlay iso-mounts
.PHONY: core-pkgs
.PHONY: clean