X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fvserver-build.template;h=823390b8460574ae6c8b6ad4972b0e2c8bbc6132;hb=07a3904f8220fbc4d12d85fb45bc44eeefc3d6ae;hp=b56a3e4ec66ebf34981f862da075f945380448fb;hpb=b7524644f70b0b0c4fba7f11b7e9ad3fb1c783da;p=util-vserver.git diff --git a/scripts/vserver-build.template b/scripts/vserver-build.template index b56a3e4..823390b 100644 --- a/scripts/vserver-build.template +++ b/scripts/vserver-build.template @@ -87,12 +87,12 @@ for t in "${TEMPLATE[@]}"; do $DECOMPRESS "$t" | $EXTRACT done -popd &> /dev/null test -z "$no_dev_sanity" || { rm -rf dev/* populateDev } +popd &> /dev/null test -z "$BUILD_INITPOST" || "$BUILD_INITPOST" "$SETUP_CONFDIR" "$UTIL_VSERVER_VARS"