From: Daniel Hokka Zakrisson Date: Fri, 9 Feb 2007 06:17:58 +0000 (+0000) Subject: Add /usr/bin to exception list, to make sure we keep the /usr mount around. X-Git-Tag: release-0.30.214~113 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65d0f69ab67745ced5b1fbc29a242f3569efa53f;p=util-vserver.git Add /usr/bin to exception list, to make sure we keep the /usr mount around. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2492 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/scripts/vserver.functions b/scripts/vserver.functions index b0bf171..85d5a52 100644 --- a/scripts/vserver.functions +++ b/scripts/vserver.functions @@ -1201,7 +1201,7 @@ function _namespaceCleanup # these are things that have to be accessible post-cleanup for tmp in "$root" "$__SBINDIR" "$__PKGLIBDIR" "$vdir" \ - "$__PKGSTATEDIR" "${skip[@]}"; do + "$__PKGSTATEDIR" /usr/bin "${skip[@]}"; do while test -n "$tmp"; do list=( "${list[@]}" "$tmp" ) tmp="${tmp%/*}"