kernel: increase bootfs.paq compression level and blocksize

With the intel wifi firmware, this saves around 3MB of the
kernel image size.
This commit is contained in:
cinap_lenrek 2021-07-28 00:38:00 +00:00
parent df04ea8d6c
commit 37f5069426

View file

@ -18,5 +18,5 @@ bootfs.paq: $BOOTFSPROTO `{disk/mkfs -aos / $BOOTFSPROTO >[2]/dev/null}
cd bootfs/$objtype/bin
#strip * */* */*/* >[2]/dev/null || status=''
}
mkpaqfs -o $target bootfs
mkpaqfs -9 -b 65536 -o $target bootfs
rm -rf bootfs