[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
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue