We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254279e commit d338716Copy full SHA for d338716
configs/profiledef.sh
@@ -14,8 +14,8 @@ bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito'
14
arch="x86_64"
15
pacman_conf="pacman.conf"
16
airootfs_image_type="squashfs"
17
-airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M')
18
-bootstrap_tarball_compression=('zstd' '-c' '-T0' '--auto-threads=logical' '--long' '-19')
+airootfs_image_tool_options=('-noI' '-noD' '-noF')
+bootstrap_tarball_compression=('cat')
19
file_permissions=(
20
["/etc/shadow"]="0:0:400"
21
0 commit comments