mklive.sh: Default initramfs compression has been xz for some time.

This commit is contained in:
mobinmob 2018-06-05 12:00:57 +03:00 committed by Michael Aldridge
parent 6dcf9a455f
commit dfef5449c5

View File

@ -72,7 +72,7 @@ Options:
-c <cachedir> Use this XBPS cache directory (/var/cache/xbps if unset). -c <cachedir> Use this XBPS cache directory (/var/cache/xbps if unset).
-k <keymap> Default keymap to use (us if unset) -k <keymap> Default keymap to use (us if unset)
-l <locale> Default locale to use (en_US.UTF-8 if unset). -l <locale> Default locale to use (en_US.UTF-8 if unset).
-i <lz4|gzip|bzip2|xz> Compression type for the initramfs image (lz4 if unset). -i <lz4|gzip|bzip2|xz> Compression type for the initramfs image (xz if unset).
-s <gzip|bzip2|xz> Compression type for the squashfs image (xz if unset) -s <gzip|bzip2|xz> Compression type for the squashfs image (xz if unset)
-S <freesize> Allocate this free size (MB) for the rootfs. -S <freesize> Allocate this free size (MB) for the rootfs.
-o <file> Output file name for the ISO image (auto if unset). -o <file> Output file name for the ISO image (auto if unset).