From 4ea8b93f9c390c95ba78a492164c846389b6ab81 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Mon, 11 Apr 2011 10:27:07 -0300 Subject: [syslinux-iso] Set default SquashFS compressor to XZ Signed-off-by: Gerardo Exequiel Pozzi --- configs/syslinux-iso/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configs') diff --git a/configs/syslinux-iso/Makefile b/configs/syslinux-iso/Makefile index a784bb6..441917e 100644 --- a/configs/syslinux-iso/Makefile +++ b/configs/syslinux-iso/Makefile @@ -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 - -- cgit v1.2.2