diff options
| author | nl6720 <nl6720@gmail.com> | 2024-03-27 11:02:30 +0200 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2024-03-30 23:27:55 +0200 |
| commit | 4df73069248708d716cef4773ebb3f80dad66a4b (patch) | |
| tree | 16856ef02e01aaf71ae63b9dab9f684a7ce3360f /configs/releng/profiledef.sh | |
| parent | 3b3984b4843b194ad2353bbd761f75ec8ab1af95 (diff) | |
| download | archiso-4df73069248708d716cef4773ebb3f80dad66a4b.tar.gz archiso-4df73069248708d716cef4773ebb3f80dad66a4b.tar.bz2 | |
configs/*/profiledef.sh: set bootstrap_tarball_compression
* bootstrap will use .tar.zst with `zstd -c -T0 --long -19`,
* releng will retain .tar.gz with `gzip -cn9` for now.
This will later be changed as part of https://gitlab.archlinux.org/archlinux/archiso/-/issues/130.
Diffstat (limited to 'configs/releng/profiledef.sh')
| -rw-r--r-- | configs/releng/profiledef.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/releng/profiledef.sh b/configs/releng/profiledef.sh index 12d70c6..4603210 100644 --- a/configs/releng/profiledef.sh +++ b/configs/releng/profiledef.sh @@ -15,6 +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) file_permissions=( ["/etc/shadow"]="0:0:400" ["/root"]="0:0:750" |
