]> Zhao Yanbai Git Server - minix.git/commitdiff
Silence newroot
authorErik van der Kouwe <erik@minix3.org>
Tue, 3 Aug 2010 13:58:36 +0000 (13:58 +0000)
committerErik van der Kouwe <erik@minix3.org>
Tue, 3 Aug 2010 13:58:36 +0000 (13:58 +0000)
commands/newroot/newroot.sh

index 530330ae5570e2806d315f3502ecf950449929c4..1042c388743601332d9088feffc2a4bf871b8970 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
 
 # Actually, newroot is just like mounting on the root
-exec mount -n "$*" /
+exec mount -n "$*" / > /dev/null