mklive: use gzip compression for the initramfs by default; lz4 is optional.
This commit is contained in:
parent
3201721196
commit
308882fd87
@ -256,7 +256,7 @@ shift $(($OPTIND - 1))
|
||||
: ${XBPS_CACHEDIR:=--cachedir=/var/cache/xbps}
|
||||
: ${KEYMAP:=us}
|
||||
: ${LOCALE:=en_US.UTF-8}
|
||||
: ${INITRAMFS_COMPRESSION:=lz4}
|
||||
: ${INITRAMFS_COMPRESSION:=gzip}
|
||||
: ${SQUASHFS_COMPRESSION:=xz}
|
||||
: ${BASE_SYSTEM_PKG:=base-system}
|
||||
: ${BOOT_TITLE:="Void Linux"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user