index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2021-03-14 21:13:02 +0200 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2021-05-29 18:04:15 +0300 |
commit | 0b94b049e900d75f3538917cffd9b19139418f1f (patch) | |
tree | e5db647242ecf5d038105ed42773a8b05671278f /configs/baseline | |
parent | 85c7cbee696447eb610db643426dcf238f91d8ac (diff) |
-rw-r--r-- | configs/baseline/profiledef.sh | 4 |
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" ) |