From 4eb7340395309330782cd28cf65478768daf2168 Mon Sep 17 00:00:00 2001 From: Erik van der Kouwe Date: Tue, 3 Aug 2010 13:58:36 +0000 Subject: [PATCH] Silence newroot --- commands/newroot/newroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0