kernel: don't strip binaries in bootfs.paq
This commit is contained in:
parent
5915d12ea4
commit
e1da4f1750
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ bootfs.paq: $BOOTFSPROTO `{disk/mkfs -aos / $BOOTFSPROTO >[2]/dev/null}
|
||||||
disk/mkfs -s / -d bootfs $BOOTFSPROTO
|
disk/mkfs -s / -d bootfs $BOOTFSPROTO
|
||||||
@{
|
@{
|
||||||
cd bootfs/$objtype/bin
|
cd bootfs/$objtype/bin
|
||||||
strip * */* */*/* >[2]/dev/null || status=''
|
#strip * */* */*/* >[2]/dev/null || status=''
|
||||||
}
|
}
|
||||||
mkpaqfs -o $target bootfs
|
mkpaqfs -o $target bootfs
|
||||||
rm -rf bootfs
|
rm -rf bootfs
|
||||||
|
|
Loading…
Reference in a new issue