From 2eaf3d93b482df281eb27d89914df1d7bf223f3a Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Wed, 27 Aug 2008 17:41:16 +0000 Subject: [PATCH] Device nodes live here, so do the rbind using -o dev. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2778 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- scripts/vserver.functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vserver.functions b/scripts/vserver.functions index 1a73094..71fdbed 100644 --- a/scripts/vserver.functions +++ b/scripts/vserver.functions @@ -952,7 +952,7 @@ function mountVserver _namespaceCleanup "$cfgdir" isAvoidNamespace "$cfgdir" || \ - $_SECURE_MOUNT --rbind -n "$vdir" "/" + $_SECURE_MOUNT --rbind -n -o dev "$vdir" "/" } function _umountVserverInternal -- 1.8.1.5