X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fvserver-build;h=72906da909e55c2c93edfeadd175ece3cda8d3ae;hb=446624f2c7c017695a196b82317e793c9aeae43c;hp=f2180fd7e89394cd9556b706a666dc1f06985690;hpb=38bf3b3b70899e4dedfaf08a5a87ef07be4af147;p=util-vserver.git diff --git a/scripts/vserver-build b/scripts/vserver-build index f2180fd..72906da 100755 --- a/scripts/vserver-build +++ b/scripts/vserver-build @@ -72,6 +72,10 @@ Possible methods are: -n specifies the 'NFS' root explicitly -d specifies the location of the FAI profile the -f option implies -n and -d are relative to the + rsync ... -- [-d ] --source [-- *] + ... 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 @@ -132,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) + (xapt-rpm|xcopy|xskeleton|xdebootstrap|xyum|xrpm|xtemplate|xfai|xrsync|xclone) . $__PKGLIBDIR/vserver-build.$method ;; (x) panic $"No build-method specified";;