From: Daniel Hokka Zakrisson Date: Wed, 27 Aug 2008 17:41:16 +0000 (+0000) Subject: Device nodes live here, so do the rbind using -o dev. X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eaf3d93b482df281eb27d89914df1d7bf223f3a;p=util-vserver.git 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 --- 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