mklive.sh: mksquashfs does not support bzip2 compression, but is supports lzo.

This commit is contained in:
mobinmob 2018-06-05 16:23:48 +03:00 committed by Michael Aldridge
parent 48f7b70759
commit 49a0cbf98b

View File

@ -74,7 +74,7 @@ directory if unset).
-k <keymap> Default keymap to use (us 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 (xz if unset).
-s <gzip|bzip2|xz> Compression type for the squashfs image (xz if unset)
-s <gzip|lzo|xz> Compression type for the squashfs image (xz if unset)
-S <freesize> Allocate this free size (MB) for the rootfs.
-o <file> Output file name for the ISO image (auto if unset).
-p "pkg pkgN ..." Install additional packages into the ISO image.