diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-07-28 00:38:00 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-07-28 00:38:00 +0000 |
commit | 37f5069426233b32403d0af5dba37f5400e030b7 (patch) | |
tree | 721543d82d376ac9008d85301cc658d34a38e0c4 | |
parent | df04ea8d6c2e1e75307a77f2b086a836f480ab72 (diff) | |
download | plan9front-37f5069426233b32403d0af5dba37f5400e030b7.tar.xz |
kernel: increase bootfs.paq compression level and blocksize
With the intel wifi firmware, this saves around 3MB of the
kernel image size.
-rw-r--r-- | sys/src/9/boot/bootmkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/boot/bootmkfile b/sys/src/9/boot/bootmkfile index d34e54271..bb135d689 100644 --- a/sys/src/9/boot/bootmkfile +++ b/sys/src/9/boot/bootmkfile @@ -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 |