diff options
-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 |