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:
authornl6720 <nl6720@gmail.com>2021-03-14 21:13:02 +0200
committernl6720 <nl6720@gmail.com>2021-05-29 18:04:15 +0300
commit0b94b049e900d75f3538917cffd9b19139418f1f (patch)
treee5db647242ecf5d038105ed42773a8b05671278f /configs/baseline/profiledef.sh
parent85c7cbee696447eb610db643426dcf238f91d8ac (diff)
configs/baseline: use EROFS based image
Showcase #59.
Diffstat (limited to 'configs/baseline/profiledef.sh')
-rw-r--r--configs/baseline/profiledef.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/baseline/profiledef.sh b/configs/baseline/profiledef.sh
index ecea395..d376516 100644
--- a/configs/baseline/profiledef.sh
+++ b/configs/baseline/profiledef.sh
@@ -11,8 +11,8 @@ buildmodes=('iso')
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_type="squashfs"
-airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M')
+airootfs_image_type="erofs"
+airootfs_image_tool_options=('-zlz4hc,12')
file_permissions=(
["/etc/shadow"]="0:0:400"
)