index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-12-06 20:07:45 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-12-07 23:48:24 -0300 |
commit | 1635eacfe7b6bf24727798df5abdd3fbd80dcdbe (patch) | |
tree | a8fb0c65a45bc239d77c776fdb60a044ea75db67 /configs/syslinux-iso | |
parent | 1a5209bef51abe3032a59fafa1ac45e4a4fcd620 (diff) |
-rw-r--r-- | configs/syslinux-iso/Makefile | 5 |
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 |