Skip to content

Commit d338716

Browse files
committed
no compression
1 parent 254279e commit d338716

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/profiledef.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito'
1414
arch="x86_64"
1515
pacman_conf="pacman.conf"
1616
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')
17+
airootfs_image_tool_options=('-noI' '-noD' '-noF')
18+
bootstrap_tarball_compression=('cat')
1919
file_permissions=(
2020
["/etc/shadow"]="0:0:400"
2121

0 commit comments

Comments
 (0)