forked from DGNum/liminix
min-copy-closure: remove verbose output
This commit is contained in:
parent
6184148dfd
commit
ddd7b68b30
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ if test -z "$needed" ; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "cd / && cpio -v -i >/dev/console" >&10
|
echo "cd / && cpio -i >/dev/console" >&10
|
||||||
|
|
||||||
find $needed | cpio -H newc -o >&10
|
find $needed | cpio -H newc -o >&10
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue