Skip to content
Snippets Groups Projects
Unverified Commit 0b94b049 authored by nl6720's avatar nl6720
Browse files

configs/baseline: use EROFS based image

Showcase #59.
parent 85c7cbee
No related branches found
No related tags found
1 merge request!178configs/baseline: use EROFS based image
......@@ -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"
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment