From 56bf0b19d36fe874a30e956e5e64afbc9e04863f Mon Sep 17 00:00:00 2001 From: hikari <94219809+metantesan@users.noreply.github.com> Date: Mon, 22 Jan 2024 15:57:10 +0330 Subject: [PATCH] change build comp --- iso/profiledef.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso/profiledef.sh b/iso/profiledef.sh index 67a2eb2..b1633c8 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' 'zstd' '-zstd' '--ultra' '--long' '-b' '1M' '--sparse') +airootfs_image_tool_options=('-comp' 'zstd' '-Xcompression-level' '22') file_permissions=( ["/etc/shadow"]="0:0:400" ["/root"]="0:0:750"