Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-11-03 21:12:38 +0100
committerSven-Hendrik Haase <svenstaro@gmail.com>2020-11-03 21:17:20 +0100
commitbb91fd52d9b2c2e8dc85ddefd5a2227b6eb309ba (patch)
tree0b1ee284e5200c37e748a2710d229fa998b0e2e5
parentcc169d7e31edc3bf2b4463c01dde6af008e52a51 (diff)
Use better xz options
Default: 732M With these options: 675M
-rw-r--r--configs/releng/profiledef.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/releng/profiledef.sh b/configs/releng/profiledef.sh
index 1aa93b6..2e74e5f 100644
--- a/configs/releng/profiledef.sh
+++ b/configs/releng/profiledef.sh
@@ -10,3 +10,4 @@ install_dir="arch"
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito')
arch="x86_64"
pacman_conf="pacman.conf"
+airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M')