diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-08-04 16:31:24 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-08-04 16:31:24 +0200 |
commit | e1da4f17500da3350ffd32de3819094ea1e42ee9 (patch) | |
tree | 646f4f4e961bc584430dc894fbf9a5e4736daca9 | |
parent | 5915d12ea48be864184fa9fa72bfa0265e127665 (diff) | |
download | plan9front-e1da4f17500da3350ffd32de3819094ea1e42ee9.tar.xz |
kernel: don't strip binaries in bootfs.paq
-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 af41e3829..ceb468a54 100644 --- a/sys/src/9/boot/bootmkfile +++ b/sys/src/9/boot/bootmkfile @@ -25,7 +25,7 @@ bootfs.paq: $BOOTFSPROTO `{disk/mkfs -aos / $BOOTFSPROTO >[2]/dev/null} 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 |