diff --git a/commands/newroot/newroot.sh b/commands/newroot/newroot.sh index 530330ae5..1042c3887 100644 --- a/commands/newroot/newroot.sh +++ b/commands/newroot/newroot.sh @@ -1,5 +1,5 @@ #!/bin/sh # Actually, newroot is just like mounting on the root -exec mount -n "$*" / +exec mount -n "$*" / > /dev/null