Change squashfs compression algorithm to zstd

Signed-off-by: trivernis <trivernis@protonmail.com>
main
trivernis 2 years ago
parent 2fef191fc4
commit 9681155e3c
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -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=()

Loading…
Cancel
Save