kernel: don't strip binaries in bootfs.paq

front
cinap_lenrek 2020-08-04 16:31:24 +02:00
parent 5915d12ea4
commit e1da4f1750
1 changed files with 1 additions and 1 deletions

View File

@ -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