X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fvserver-build.skeleton;h=61a12a8dc97b2065db14a3f04bd05e76cdff40b4;hb=95e2774070e989fe9cf9f48dae5fa054e55e2a3e;hp=3bfd956689bba291cc4cd16d1a3ef257d09a74e4;hpb=3f3cf95f755f3ef1c31ad8e38153deb4ee214c66;p=util-vserver.git diff --git a/scripts/vserver-build.skeleton b/scripts/vserver-build.skeleton index 3bfd956..61a12a8 100644 --- a/scripts/vserver-build.skeleton +++ b/scripts/vserver-build.skeleton @@ -1,4 +1,4 @@ -# $Id: vserver-build.skeleton,v 1.5 2005/06/30 06:13:09 ensc Exp $ --*- sh -*-- +# $Id: vserver-build.skeleton 2200 2005-10-28 18:40:56Z ensc $ --*- sh -*-- # Copyright (C) 2003 Enrico Scholz # @@ -35,7 +35,7 @@ while true; do shift done -getDistribution +getDistribution '' 1 base.init test -z "$use_pkgmgmt" || pkgmgmt.initVariables @@ -50,3 +50,5 @@ setup_writeInitialFstab test -z "$BUILD_INITPRE" || "$BUILD_INITPRE" "$SETUP_CONFDIR" "$UTIL_VSERVER_VARS" test -z "$1" || "$@" test -z "$BUILD_INITPOST" || "$BUILD_INITPOST" "$SETUP_CONFDIR" "$UTIL_VSERVER_VARS" + +base.setSuccess