From 70fc86365c6125d6bc5592e8eb38e58ffd10785e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 23 Oct 2014 09:32:29 +0200 Subject: mklive: use lz4 compression for the initramfs by default, to match our pkgs. --- mklive.sh.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mklive.sh.in') diff --git a/mklive.sh.in b/mklive.sh.in index 74dc7fb..c8d949e 100644 --- a/mklive.sh.in +++ b/mklive.sh.in @@ -55,8 +55,8 @@ Options: -c Use this XBPS cache directory (/var/cache/xbps if unset). -k Default keymap to use (us if unset) -l Default locale to use (en_US.UTF-8 if unset). - -i Compression type for the initramfs image (xz if unset). - -s Compression type for the squashfs image (xz if unset) + -i Compression type for the initramfs image (lz4 if unset). + -s Compression type for the squashfs image (xz if unset) -S Allocate this free size (MB) for the rootfs. -o Output file name for the ISO image (auto if unset). -p "pkg pkgN ..." Install additional packages into the ISO image. @@ -256,7 +256,7 @@ shift $(($OPTIND - 1)) : ${XBPS_CACHEDIR:=--cachedir=/var/cache/xbps} : ${KEYMAP:=us} : ${LOCALE:=en_US.UTF-8} -: ${INITRAMFS_COMPRESSION:=xz} +: ${INITRAMFS_COMPRESSION:=lz4} : ${SQUASHFS_COMPRESSION:=xz} : ${BASE_SYSTEM_PKG:=base-system} : ${BOOT_TITLE:="Void Linux"} -- cgit 1.4.1