tools/livecd-creator | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit e6e734c68cb4e70c513ac0f52bcf112a5f0fcf92
Author: Bruno Wolff III <bruno(a)wolff.to>
Date: Sun Dec 14 21:16:48 2014 -0600
Note lz4 compression in help
Now that lz4 is in the 3.19 kernel, it can be used for live iamges.
diff --git a/tools/livecd-creator b/tools/livecd-creator
index f761d14..e1f760d 100755
--- a/tools/livecd-creator
+++ b/tools/livecd-creator
@@ -57,9 +57,9 @@ def parse_options(args):
imgopt.add_option("", "--compression-type", type="string", dest="compress_type",
help="Compression type recognized by mksquashfs "
"(default xz needs a 2.6.38+ kernel, gzip works "
- "with all kernels, lzo needs a 2.6.36+ kernel, lzma "
- "needs custom kernel.) Set to 'None' to force read "
- "from base_on.",
+ "with all kernels, lzo needs a 2.6.36+ kernel, lz4 "
+ "needs a 3.19+ kernel, lzma needs custom kernel.) "
+ "Set to 'None' to force read from base_on.",
default="xz")
imgopt.add_option("", "--releasever", type="string", dest="releasever",
default=None,