Skip to content

Commit 6cf76fe

Browse files
committed
change compression algo for initcpio image
1 parent ea95432 commit 6cf76fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airootfs/etc/mkinitcpio.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ HOOKS=(base udev modconf kms memdisk archiso archiso_loop_mnt archiso_pxe_common
5757
#COMPRESSION="gzip"
5858
#COMPRESSION="bzip2"
5959
#COMPRESSION="lzma"
60-
COMPRESSION="xz"
60+
#COMPRESSION="xz"
6161
#COMPRESSION="lzop"
6262
#COMPRESSION="lz4"
63-
#COMPRESSION="zstd"
63+
COMPRESSION="zstd"
6464

6565
# COMPRESSION_OPTIONS
6666
# Additional options for the compressor

0 commit comments

Comments
 (0)