summaryrefslogtreecommitdiff
path: root/profiledef.sh
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2023-03-25 20:19:07 +0100
committerTom Barrett <tom@tombarrett.xyz>2023-03-25 20:19:07 +0100
commit873c46e78a5aa09a7d7fc951eff905de32077548 (patch)
tree1d5242ab5c9d21496002ba532efdbcde69f8f76c /profiledef.sh
parent7f43546f853e4ff6e14678a4c6d69cd9fc06c56c (diff)
get working properly again, without firstboot issueHEADmaster
Diffstat (limited to 'profiledef.sh')
-rw-r--r--profiledef.sh4
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"