From 9681155e3ca4071ed8409efad71070b03a269874 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 24 Apr 2022 18:09:51 +0200 Subject: [PATCH] Change squashfs compression algorithm to zstd Signed-off-by: trivernis --- crystal/profiledef.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crystal/profiledef.sh b/crystal/profiledef.sh index 73beab8..f4e4598 100644 --- a/crystal/profiledef.sh +++ b/crystal/profiledef.sh @@ -11,5 +11,5 @@ bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.e arch="x86_64" pacman_conf="pacman.conf" airootfs_image_type="squashfs" -airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M') +airootfs_image_tool_options=('-comp' 'zstd' '-b' '1M') file_permissions=()