From: Erik van der Kouwe Date: Tue, 3 Aug 2010 13:58:36 +0000 (+0000) Subject: Silence newroot X-Git-Tag: v3.1.8~108 X-Git-Url: http://zhaoyanbai.com/repos/dnssec-keygen.html?a=commitdiff_plain;h=4eb7340395309330782cd28cf65478768daf2168;p=minix.git Silence newroot --- 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