X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fscripts%2Fvserver-build;h=994e3cd20481aa9afe49b868c15ca173d57e40f9;hb=39b582d8b6989c85013038f383b4ff291a04db75;hp=efe1117b6d6c2cf3daf0dbd340aa0e50c53091da;hpb=0cde5f56b50bd0a29196d327d3f44ec6a023f06d;p=util-vserver.git diff --git a/util-vserver/scripts/vserver-build b/util-vserver/scripts/vserver-build index efe1117..994e3cd 100755 --- a/util-vserver/scripts/vserver-build +++ b/util-vserver/scripts/vserver-build @@ -53,6 +53,9 @@ Possible methods are: apt-rpm ... -- -d ... installs the base-packages of the given distribution with help of 'vapt-get' + yum ... -- -d + ... installs the base-packages of the given distribution with + help of 'vyum' skeleton ... -- [ *] ... installs a minimal skeleton filesystem, creates the configuration file and calls an optional command then @@ -117,7 +120,7 @@ setup_setDefaults "$VSERVER_NAME" case x"$method" in (xlegacy) exec $_VSERVER_LEGACY "$VSERVER_NAME" build "$@" ;; - (xapt-rpm|xcopy|xskeleton|xdebootstrap) + (xapt-rpm|xcopy|xskeleton|xdebootstrap|xyum) . $PKGLIBDIR/vserver-build.$method ;; (x) echo $"No build-method specified" >&2