Parcourir la source

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

mobinmob il y a 7 ans
Parent
commit
49a0cbf98b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      mklive.sh.in

+ 1 - 1
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.