From 873c46e78a5aa09a7d7fc951eff905de32077548 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Sat, 25 Mar 2023 20:19:07 +0100 Subject: get working properly again, without firstboot issue --- profiledef.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'profiledef.sh') 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" -- cgit v1.2.3