diff --git a/profiledef.sh b/profiledef.sh index ccd37ae..ab2fc58 100644 --- a/profiledef.sh +++ b/profiledef.sh @@ -12,7 +12,7 @@ bootmodes=('bios.syslinux' 'uefi.grub') 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' '-Xcompression-level' '19' '-b' '1M') bootstrap_tarball_compression=('zstd' '-c' '-T0' '--auto-threads=logical' '--long' '-19') file_permissions=( ["/etc/shadow"]="0:0:400"