X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fvserver-build;h=ad47f44fcb249aac449f1554adf3e7e3c9c7b956;hb=05f8e8a30aa7c113890e3d28341a010c0f994dac;hp=62b69f5e03449d92f791249930f08cd7d14b20c0;hpb=4acd18c430992b7fbc536946067f1bc47bf2022b;p=util-vserver.git diff --git a/scripts/vserver-build b/scripts/vserver-build index 62b69f5..ad47f44 100755 --- a/scripts/vserver-build +++ b/scripts/vserver-build @@ -74,6 +74,8 @@ Possible methods are: the -f option implies -n and -d are relative to the rsync ... -- [-d ] --source [-o ]* ... installs a guest by rsyncing from to the guest root + clone ... -- [-d ] --source [--exclude-from ] + ... clones a guest by linking unified files and copying the rest Please report bugs to $PACKAGE_BUGREPORT" exit 0 @@ -134,7 +136,7 @@ setup_setDefaults "$VSERVER_NAME" case x"$method" in (xlegacy) exec $_VSERVER_LEGACY "$VSERVER_NAME" build "$@" ;; - (xapt-rpm|xcopy|xskeleton|xdebootstrap|xyum|xrpm|xtemplate|xfai|xrsync) + (xapt-rpm|xcopy|xskeleton|xdebootstrap|xyum|xrpm|xtemplate|xfai|xrsync|xclone) . $__PKGLIBDIR/vserver-build.$method ;; (x) panic $"No build-method specified";;