From 1635eacfe7b6bf24727798df5abdd3fbd80dcdbe Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Mon, 6 Dec 2010 20:07:45 -0300 Subject: [syslinux-iso] Add support to squashfs compression types. Just set the default gzip. Signed-off-by: Gerardo Exequiel Pozzi --- configs/syslinux-iso/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configs/syslinux-iso/Makefile b/configs/syslinux-iso/Makefile index f9ce12f..a784bb6 100644 --- a/configs/syslinux-iso/Makefile +++ b/configs/syslinux-iso/Makefile @@ -2,6 +2,7 @@ ver=$(shell date +%Y.%m.%d) WORKDIR=work INSTALL_DIR=arch +COMPRESS=gzip ARCH?=$(shell uname -m) @@ -20,9 +21,9 @@ core-iso: $(COREname) net-iso: $(NETname) $(COREname): core-pkgs base-fs - mkarchiso -D $(INSTALL_DIR) iso $(WORKDIR) $@ + mkarchiso -D $(INSTALL_DIR) -c $(COMPRESS) iso $(WORKDIR) $@ $(NETname): base-fs - mkarchiso -D $(INSTALL_DIR) iso $(WORKDIR) $@ + mkarchiso -D $(INSTALL_DIR) -c $(COMPRESS) iso $(WORKDIR) $@ # This is the main rule for make the working filesystem. base-fs: root-image bootfiles initcpio overlay iso-mounts -- cgit v1.2.3-54-g00ecf