about summary refs log tree commit diff
path: root/mklive.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-10-23 09:32:29 +0200
committerJuan RP <xtraeme@gmail.com>2014-10-23 09:32:29 +0200
commit70fc86365c6125d6bc5592e8eb38e58ffd10785e (patch)
tree4554633987df1497632dc5ae70c231649137a9c4 /mklive.sh.in
parent34a61420565f868befe0febfa1d6d29a0136b285 (diff)
downloadhrmpf-70fc86365c6125d6bc5592e8eb38e58ffd10785e.tar.gz
hrmpf-70fc86365c6125d6bc5592e8eb38e58ffd10785e.tar.xz
hrmpf-70fc86365c6125d6bc5592e8eb38e58ffd10785e.zip
mklive: use lz4 compression for the initramfs by default, to match our pkgs.
Diffstat (limited to 'mklive.sh.in')
-rw-r--r--mklive.sh.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index 74dc7fb..c8d949e 100644
--- a/mklive.sh.in
+++ b/mklive.sh.in
@@ -55,8 +55,8 @@ 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 <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)
+ -i <lz4|gzip|bzip2|xz> Compression type for the initramfs image (lz4 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).
  -p "pkg pkgN ..."  Install additional packages into the ISO image.
@@ -256,7 +256,7 @@ shift $(($OPTIND - 1))
 : ${XBPS_CACHEDIR:=--cachedir=/var/cache/xbps}
 : ${KEYMAP:=us}
 : ${LOCALE:=en_US.UTF-8}
-: ${INITRAMFS_COMPRESSION:=xz}
+: ${INITRAMFS_COMPRESSION:=lz4}
 : ${SQUASHFS_COMPRESSION:=xz}
 : ${BASE_SYSTEM_PKG:=base-system}
 : ${BOOT_TITLE:="Void Linux"}