X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fvserver-build;h=f914b0dc050f007119527f6242320659acd7cb69;hb=30d1f69230aa7c9b0d417e069dd8f5f13309730f;hp=32f75676786ffdde8e813f53089987cd050eb70b;hpb=60de59efc0a31126279a0b936f3f23932ae569fe;p=util-vserver.git diff --git a/scripts/vserver-build b/scripts/vserver-build index 32f7567..f914b0d 100755 --- a/scripts/vserver-build +++ b/scripts/vserver-build @@ -54,9 +54,10 @@ Possible methods are: apt-rpm ... -- -d ... installs the base-packages of the given distribution with help of 'vapt-get' - yum ... -- -d + yum ... -- -d [-- *] ... installs the base-packages of the given distribution with help of 'vyum' + urpmi ... -- -d -m rpm ... -- [-d ] --empty|([--force] [--nodeps] )+ ... installs lists of rpm-packages skeleton ... -- [ *] @@ -72,9 +73,9 @@ 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 [-o ]* + rsync ... -- [-d ] --source [-- *] ... installs a guest by rsyncing from to the guest root - clone ... -- [-d ] --source + clone ... -- [-d ] --source [--exclude-from ] ... clones a guest by linking unified files and copying the rest Please report bugs to $PACKAGE_BUGREPORT" @@ -136,7 +137,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|xrsync|xclone) + (xapt-rpm|xcopy|xskeleton|xdebootstrap|xyum|xrpm|xtemplate|xfai|xrsync|xclone|xurpmi) . $__PKGLIBDIR/vserver-build.$method ;; (x) panic $"No build-method specified";;