Commit 94b2052b authored by Michael Shigorin's avatar Michael Shigorin

stage1: halve squashfs block size

gns@ has 512k, led@ suggests that it's too much a bit; let's try 256k.
parent 665c70a4
......@@ -2,7 +2,7 @@
# check relevant kernel features availability
GZ_OPTS="-comp gzip"
XZ_OPTS="-comp xz -b 524288 -noI"
XZ_OPTS="-comp xz -b 262144 -noI"
# test for installer-required filesystems support
for opt in CONFIG_SQUASHFS CONFIG_AUFS_FS; do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment