index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-04-11 10:27:07 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-04-11 10:27:07 -0300 |
commit | 4ea8b93f9c390c95ba78a492164c846389b6ab81 (patch) | |
tree | c7f0c043744e432a34faaace8a5e2ee4cc8ca289 /configs/syslinux-iso | |
parent | 54be7d152966568ea6537f6fbb6f5afaa6cb27ee (diff) |
-rw-r--r-- | configs/syslinux-iso/Makefile | 3 |
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 - |