Use better xz options

Default: 732M
With these options: 675M
This commit is contained in:
Sven-Hendrik Haase 2020-11-03 21:12:38 +01:00
parent cc169d7e31
commit bb91fd52d9
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -10,3 +10,4 @@ install_dir="arch"
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito') bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito')
arch="x86_64" arch="x86_64"
pacman_conf="pacman.conf" pacman_conf="pacman.conf"
airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M')