From dfef5449c527c084b81072fe6c2817effba15d5e Mon Sep 17 00:00:00 2001 From: mobinmob Date: Tue, 5 Jun 2018 12:00:57 +0300 Subject: [PATCH] mklive.sh: Default initramfs compression has been xz for some time. --- mklive.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mklive.sh.in b/mklive.sh.in index cf2aff0..fe4b6f5 100644 --- a/mklive.sh.in +++ b/mklive.sh.in @@ -72,7 +72,7 @@ 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 (lz4 if unset). + -i Compression type for the initramfs image (xz 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).