diff options
author | mobinmob <mobinmob@disroot.org> | 2018-06-05 16:23:48 +0300 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2019-01-15 23:11:16 +0100 |
commit | 600653211afb9678545a4249dbd15182e75162a1 (patch) | |
tree | 8cb662c0e3c10707db72b1d2ee6bbe6a79733996 | |
parent | 18129faba0ac7d1e38a3116dc1bfbec5caaab012 (diff) | |
download | hrmpf-600653211afb9678545a4249dbd15182e75162a1.tar.gz hrmpf-600653211afb9678545a4249dbd15182e75162a1.tar.xz hrmpf-600653211afb9678545a4249dbd15182e75162a1.zip |
mklive.sh: mksquashfs does not support bzip2 compression, but is supports lzo.
-rw-r--r-- | mklive.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mklive.sh.in b/mklive.sh.in index c6b9afd..49842d6 100644 --- a/mklive.sh.in +++ b/mklive.sh.in @@ -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. |