index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2024-04-11 16:13:30 +0300 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2024-04-19 10:28:55 +0300 |
commit | 924a97aeb1a5ed03529aa766f579a145ae67261a (patch) | |
tree | 7e017c1844f8574545fc8aa5944587f2f451e13a /configs/releng | |
parent | 57ccf8ef5706be307443f0e17dbf6803e5a230ba (diff) |
-rw-r--r-- | configs/releng/profiledef.sh | 2 |
diff --git a/configs/releng/profiledef.sh b/configs/releng/profiledef.sh index 4603210..06e488d 100644 --- a/configs/releng/profiledef.sh +++ b/configs/releng/profiledef.sh @@ -15,7 +15,7 @@ arch="x86_64" pacman_conf="pacman.conf" airootfs_image_type="squashfs" airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M') -bootstrap_tarball_compression=(gzip -cn9) +bootstrap_tarball_compression=('zstd' '-c' '-T0' '--auto-threads=logical' '--long' '-19') file_permissions=( ["/etc/shadow"]="0:0:400" ["/root"]="0:0:750" |