From 3037a454824355c2142f1110f0ac0d4ed6191675 Mon Sep 17 00:00:00 2001 From: David P Date: Fri, 13 Nov 2020 21:22:59 -0300 Subject: [archiso] Use better xz options Default: 732M With these options: 675M --- configs/lxde-openrc/profiledef.sh | 1 + configs/releng-openrc/profiledef.sh | 1 + configs/releng/profiledef.sh | 1 + 3 files changed, 3 insertions(+) diff --git a/configs/lxde-openrc/profiledef.sh b/configs/lxde-openrc/profiledef.sh index c86b846..fa6f4df 100644 --- a/configs/lxde-openrc/profiledef.sh +++ b/configs/lxde-openrc/profiledef.sh @@ -10,3 +10,4 @@ install_dir="parabola" bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.refind.esp' 'uefi-x64.refind.eltorito') arch="dual" pacman_conf="pacman.conf" +airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M') diff --git a/configs/releng-openrc/profiledef.sh b/configs/releng-openrc/profiledef.sh index 11a74c8..c640752 100644 --- a/configs/releng-openrc/profiledef.sh +++ b/configs/releng-openrc/profiledef.sh @@ -10,3 +10,4 @@ install_dir="parabola" bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.refind.esp' 'uefi-x64.refind.eltorito') arch="dual" pacman_conf="pacman.conf" +airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M') diff --git a/configs/releng/profiledef.sh b/configs/releng/profiledef.sh index 70927d6..00885fe 100644 --- a/configs/releng/profiledef.sh +++ b/configs/releng/profiledef.sh @@ -10,3 +10,4 @@ install_dir="parabola" bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito') arch="dual" pacman_conf="pacman.conf" +airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M') -- cgit v1.2.2