X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fvserver-build;h=72906da909e55c2c93edfeadd175ece3cda8d3ae;hb=9ffed2d8110339da84f676fc52161f4423c969d8;hp=866b7e5b4ad7b009d8b0ebffd20ea4afeb7e5ff5;hpb=2a126d743fa9d5bc229cf28f6218196ec54341c5;p=util-vserver.git diff --git a/scripts/vserver-build b/scripts/vserver-build index 866b7e5..72906da 100755 --- a/scripts/vserver-build +++ b/scripts/vserver-build @@ -66,6 +66,16 @@ Possible methods are: ... bootstraps the vserver with Debian's 'debootstrap' package template ... -- (-t )+ [-d ] ... installs a guest using tarball(s) + fai ... -- [ -f ] [-n ] [-d ] [ -a ] + bootstraps the vserver with Debian Fully Automatic Installation + -f means use the nfsroot and profile in the vserver + -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 @@ -126,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) + (xapt-rpm|xcopy|xskeleton|xdebootstrap|xyum|xrpm|xtemplate|xfai|xrsync|xclone) . $__PKGLIBDIR/vserver-build.$method ;; (x) panic $"No build-method specified";;