Silence newroot
This commit is contained in:
parent
4989de6acc
commit
4eb7340395
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Actually, newroot is just like mounting on the root
|
||||
exec mount -n "$*" /
|
||||
exec mount -n "$*" / > /dev/null
|
||||
|
||||
|
|
Loading…
Reference in a new issue