Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Runge <dvzrv@archlinux.org>2021-05-30 00:52:37 +0200
committerDavid Runge <dvzrv@archlinux.org>2021-05-30 00:52:37 +0200
commitef9207d02b97781037e24c77efeeddd585ecff54 (patch)
treee5db647242ecf5d038105ed42773a8b05671278f
parent85c7cbee696447eb610db643426dcf238f91d8ac (diff)
parent0b94b049e900d75f3538917cffd9b19139418f1f (diff)
Merge remote-tracking branch 'nl6720/baseline-erofs'
* nl6720/baseline-erofs: configs/baseline: use EROFS based image
-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"
)