Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/configs/baseline/profiledef.sh
diff options
context:
space:
mode:
authorMichael Vorburger <mike@vorburger.ch>2020-12-29 21:30:55 +0100
committerMichael Vorburger.ch <mike@vorburger.ch>2021-01-27 14:16:43 +0000
commit221a9211e59653db166b08ce49a1a33fa80ee6a4 (patch)
tree3b0a38c948f56549126d0390eb561945d067d773 /configs/baseline/profiledef.sh
parent4f4047a3f8927e58d79e396bdd032b9c24bd1f19 (diff)
use same airootfs_image_tool_options in baseline as in releng
Diffstat (limited to 'configs/baseline/profiledef.sh')
-rw-r--r--configs/baseline/profiledef.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/baseline/profiledef.sh b/configs/baseline/profiledef.sh
index 688a354..de9edfa 100644
--- a/configs/baseline/profiledef.sh
+++ b/configs/baseline/profiledef.sh
@@ -10,6 +10,7 @@ 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')
file_permissions=(
["/etc/shadow"]="0:0:400"
)