X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fvserver-build;h=f914b0dc050f007119527f6242320659acd7cb69;hb=73344887cd41fa1157c86ae3e1ad75e007e6e0d8;hp=72906da909e55c2c93edfeadd175ece3cda8d3ae;hpb=4d83b16873c3833729374cf45163f0d5bc00aa76;p=util-vserver.git diff --git a/scripts/vserver-build b/scripts/vserver-build index 72906da..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 ... -- [ *] @@ -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";;