shithub: riscv

Download patch

ref: e1da4f17500da3350ffd32de3819094ea1e42ee9
parent: 5915d12ea48be864184fa9fa72bfa0265e127665
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Aug 4 12:31:24 EDT 2020

kernel: don't strip binaries in bootfs.paq

--- a/sys/src/9/boot/bootmkfile
+++ b/sys/src/9/boot/bootmkfile
@@ -25,7 +25,7 @@
 	disk/mkfs -s / -d bootfs $BOOTFSPROTO
 	@{
 		cd bootfs/$objtype/bin
-		strip * */* */*/* >[2]/dev/null || status=''
+		#strip * */* */*/* >[2]/dev/null || status=''
 	}
 	mkpaqfs -o $target bootfs
 	rm -rf bootfs