Using 'zstd' compression for mkinitcpio now
This commit is contained in:
parent
8c0ed2e6fc
commit
2abdb02805
|
@ -57,10 +57,10 @@ HOOKS=(base udev plymouth archiso archiso_loop_mnt archiso_kms modconf block fil
|
||||||
#COMPRESSION="gzip"
|
#COMPRESSION="gzip"
|
||||||
#COMPRESSION="bzip2"
|
#COMPRESSION="bzip2"
|
||||||
#COMPRESSION="lzma"
|
#COMPRESSION="lzma"
|
||||||
COMPRESSION="xz"
|
#COMPRESSION="xz"
|
||||||
#COMPRESSION="lzop"
|
#COMPRESSION="lzop"
|
||||||
#COMPRESSION="lz4"
|
#COMPRESSION="lz4"
|
||||||
#COMPRESSION="zstd"
|
COMPRESSION="zstd"
|
||||||
|
|
||||||
# COMPRESSION_OPTIONS
|
# COMPRESSION_OPTIONS
|
||||||
# Additional options for the compressor
|
# Additional options for the compressor
|
||||||
|
|
Loading…
Reference in New Issue