Changeset 2755
- Timestamp:
- 08/21/08 19:56:16 (3 months ago)
- Files:
-
- trunk/scripts/vserver-build (modified) (1 diff)
- trunk/scripts/vserver-build.rsync (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/scripts/vserver-build
r2644 r2755 73 73 -d <fai_dir> specifies the location of the FAI profile 74 74 the -f option implies -n and -d are relative to the <fai_vserver> 75 rsync ... -- [-d <distribution>] --source <source> [- o <rsync option>]*75 rsync ... -- [-d <distribution>] --source <source> [-- <rsync options>*] 76 76 ... installs a guest by rsyncing from <source> to the guest root 77 77 clone ... -- [-d <distribution>] --source <source> [--exclude-from <exclude-list>] trunk/scripts/vserver-build.rsync
r2398 r2755 60 60 test -z "$BUILD_INITPRE" || "$BUILD_INITPRE" "$SETUP_CONFDIR" "$UTIL_VSERVER_VARS" 61 61 62 $_RSYNC "${OPTS[@]}" "$SOURCE"/ "$VDIR"/ 63 test -z "$1" || "$@" 62 $_RSYNC "${OPTS[@]}" "$@" "$SOURCE"/ "$VDIR"/ 64 63 65 64 test -z "$BUILD_INITPOST" || "$BUILD_INITPOST" "$SETUP_CONFDIR" "$UTIL_VSERVER_VARS"
