git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2755
94cd875c-1c1d-0410-91d2-
eb244daf1a30
-n <nfsroot> specifies the 'NFS' root explicitly
-d <fai_dir> specifies the location of the FAI profile
the -f option implies -n and -d are relative to the <fai_vserver>
- rsync ... -- [-d <distribution>] --source <source> [-o <rsync option>]*
+ rsync ... -- [-d <distribution>] --source <source> [-- <rsync options>*]
... installs a guest by rsyncing from <source> to the guest root
clone ... -- [-d <distribution>] --source <source> [--exclude-from <exclude-list>]
... clones a guest by linking unified files and copying the rest
test -z "$BUILD_INITPRE" || "$BUILD_INITPRE" "$SETUP_CONFDIR" "$UTIL_VSERVER_VARS"
-$_RSYNC "${OPTS[@]}" "$SOURCE"/ "$VDIR"/
-test -z "$1" || "$@"
+$_RSYNC "${OPTS[@]}" "$@" "$SOURCE"/ "$VDIR"/
test -z "$BUILD_INITPOST" || "$BUILD_INITPOST" "$SETUP_CONFDIR" "$UTIL_VSERVER_VARS"