kernel: use new disk/mkfs -o option to get proper source filename list for bootfs.proto
This commit is contained in:
parent
5c1803e1ad
commit
07a776fad9
1 changed files with 1 additions and 4 deletions
|
@ -15,10 +15,7 @@ boot: $BOOTFILES
|
|||
|
||||
BOOTFSPROTO=$BOOTDIR/bootfs.proto
|
||||
|
||||
bootfs.paq: $BOOTFSPROTO \
|
||||
`{disk/mkfs -s / -ax $BOOTFSPROTO >[2]/dev/null \
|
||||
| awk '/^end of archive/{exit}{print $1}' \
|
||||
| while(x=`{read}){test -f $x && echo $x}}
|
||||
bootfs.paq: $BOOTFSPROTO `{disk/mkfs -aos / $BOOTFSPROTO >[2]/dev/null}
|
||||
mkdir -p bootfs
|
||||
disk/mkfs -s / -d bootfs $BOOTFSPROTO
|
||||
@{
|
||||
|
|
Loading…
Reference in a new issue