From: Enrico Scholz Date: Thu, 27 Jan 2005 19:11:29 +0000 (+0000) Subject: added 'yum' support X-Git-Tag: IPSENTINEL_VERSION_0_12~181 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=614afad7353403e2f3bfc43177e7ab292c2ea82d;p=util-vserver.git added 'yum' support git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1813 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- 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