From e6ebe92e6ec5136869d2d32d52b3b39c3473c8ec Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Mon, 22 Jan 2024 15:09:49 +0330 Subject: [PATCH] changed to ZSTD --- iso/profiledef.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso/profiledef.sh b/iso/profiledef.sh index 6ead228..67a2eb2 100644 --- a/iso/profiledef.sh +++ b/iso/profiledef.sh @@ -14,7 +14,7 @@ bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' arch="x86_64" pacman_conf="pacman.conf" airootfs_image_type="squashfs" -airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M' '-9') +airootfs_image_tool_options=('-comp' 'zstd' '-zstd' '--ultra' '--long' '-b' '1M' '--sparse') file_permissions=( ["/etc/shadow"]="0:0:400" ["/root"]="0:0:750"