index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | archiso/mkarchiso | 6 |
diff --git a/archiso/mkarchiso b/archiso/mkarchiso index 431c9a7..a165d03 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -7,7 +7,7 @@ PACCONFIG="/etc/pacman.conf" export LABEL="ARCH_$(date +%Y%m)" PUBLISHER="Arch Linux <http://www.archlinux.org>" APPLICATION="Arch Linux Live/Rescue CD" -COMPRESSION="gzip" +COMPRESSION="xz" CREATE_DEFAULT="n" INSTALL_DIR="arch" @@ -25,9 +25,9 @@ usage () echo " -L <label> Set a label for the disk" echo " -P <publisher> Set a publisher for the disk" echo " -A <application> Set an application name for the disk" - echo " -c <compressor> Set SquashFS compression type: gzip, lzma or lzo. Default $COMPRESSION" + echo " -c <compressor> Set SquashFS compression type: gzip, xz or lzo. Default $COMPRESSION" echo " NOTES:" - echo " lzma: not officially supported yet by Linux (2.6.36)" + echo " xz: needs Linux >= 2.6.38" echo " lzo: needs Linux >= 2.6.36" echo " -D <install_dir> Set an install_dir. All files will by located here on ISO (except for syslinux)" echo " Default $INSTALL_DIR" |