diff options
Diffstat (limited to 'profiledef.sh')
-rw-r--r-- | profiledef.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiledef.sh b/profiledef.sh index b1204d7..90e41aa 100644 --- a/profiledef.sh +++ b/profiledef.sh @@ -13,8 +13,8 @@ bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-ia32.grub.eltorito' 'uefi-x64.grub.eltorito') arch="x86_64" pacman_conf="pacman.conf" -airootfs_image_type="erofs" -airootfs_image_tool_options=('-zlzma,9' -E ztailpacking) +airootfs_image_type="squashfs" +airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M') file_permissions=( ["/etc/shadow"]="0:0:400" ["/root/bootstrap"]="0:0:700" |