Changeset 2468
- Timestamp:
- 01/21/07 21:05:19 (2 years ago)
- Files:
-
- trunk/contrib/manifest.dat.pathsubst (modified) (1 diff)
- trunk/scripts/util-vserver-vars.pathsubst (modified) (1 diff)
- trunk/scripts/vserver-build (modified) (2 diffs)
- trunk/scripts/vserver-build.clone (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/contrib/manifest.dat.pathsubst
r2458 r2468 80 80 @ENSC_HAVE_C99_COMPILER_TRUE@build @PKGLIBDIR@/vunify 81 81 @ENSC_HAVE_C99_COMPILER_TRUE@build @PKGLIBDIR@/vhashify 82 @ENSC_HAVE_C99_COMPILER_TRUE@build @PKGLIBDIR@/vclone 82 83 base @PKGLIBDIR@/vservers.grabinfo.sh 83 84 build @PKGLIBDIR@/distributions trunk/scripts/util-vserver-vars.pathsubst
r2460 r2468 73 73 _VAPT_GET_WORKER="$__PKGLIBDIR/vapt-get-worker" 74 74 _VATTRIBUTE="$__SBINDIR/vattribute" 75 _VCLONE="$__PKGLIBDIR/vclone" 75 76 _VCONTEXT="$__SBINDIR/vcontext" 76 77 _VDEVMAP="$__SBINDIR/vdevmap" trunk/scripts/vserver-build
r2398 r2468 75 75 rsync ... -- [-d <distribution>] --source <source> [-o <rsync option>]* 76 76 ... installs a guest by rsyncing from <source> to the guest root 77 clone ... -- [-d <distribution>] --source <source> 78 ... clones a guest by linking unified files and copying the rest 77 79 78 80 Please report bugs to $PACKAGE_BUGREPORT" … … 135 137 case x"$method" in 136 138 (xlegacy) exec $_VSERVER_LEGACY "$VSERVER_NAME" build "$@" ;; 137 (xapt-rpm|xcopy|xskeleton|xdebootstrap|xyum|xrpm|xtemplate|xfai|xrsync )139 (xapt-rpm|xcopy|xskeleton|xdebootstrap|xyum|xrpm|xtemplate|xfai|xrsync|xclone) 138 140 . $__PKGLIBDIR/vserver-build.$method 139 141 ;;
