From b13a870cfc7a751bf4d06ea8cea00504bfe3dc83 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Tue, 3 Feb 2004 21:52:39 +0000 Subject: [PATCH] added skeleton support fixed help message git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@768 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/scripts/vserver-build | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/util-vserver/scripts/vserver-build b/util-vserver/scripts/vserver-build index a177e63..189a3a3 100755 --- a/util-vserver/scripts/vserver-build +++ b/util-vserver/scripts/vserver-build @@ -50,9 +50,12 @@ Possible methods are: cfg-options will be ignored copy ... the copy-all-from-host method which uses the recent configuration scheme - apt-rpm -d + apt-rpm ... -- -d ... installs the base-packages of the given distribution with help of 'vapt-get' + skeleton ... -- [ *] + ... installs a minimal skeleton filesystem, creates the + configuration file and calls an optional command then Please report bugs to $PACKAGE_BUGREPORT" exit 0 @@ -112,7 +115,7 @@ setup_setDefaults "$VSERVER_NAME" case x"$method" in xlegacy) exec $_VSERVER_LEGACY "$VSERVER_NAME" build "$@" ;; - xapt-rpm|xcopy) + xapt-rpm|xcopy|xskeleton) . $PKGLIBDIR/vserver-build.$method ;; x) echo $"No build-method specified" >&2 -- 1.8.1.5