about summary refs log tree commit diff
diff options
context:
space:
mode:
authormobinmob <mobinmob@disroot.org>2018-06-05 12:00:57 +0300
committerLeah Neukirchen <leah@vuxu.org>2019-01-15 23:10:59 +0100
commit1c91cd56ce59707c131acb509f049dc95cee66b7 (patch)
treea665b1e84c5dbe0614df2a63eacc4cf1777bd0f3
parent94a98bc56c7f35bb147c9eb3c58f9e537eef3874 (diff)
downloadhrmpf-1c91cd56ce59707c131acb509f049dc95cee66b7.tar.gz
hrmpf-1c91cd56ce59707c131acb509f049dc95cee66b7.tar.xz
hrmpf-1c91cd56ce59707c131acb509f049dc95cee66b7.zip
mklive.sh: Default initramfs compression has been xz for some time.
-rw-r--r--mklive.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index 9eadb30..74ac0a2 100644
--- a/mklive.sh.in
+++ b/mklive.sh.in
@@ -72,7 +72,7 @@ Options:
  -c <cachedir>      Use this XBPS cache directory (/var/cache/xbps 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 (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 <freesize>      Allocate this free size (MB) for the rootfs.
  -o <file>          Output file name for the ISO image (auto if unset).