If you're interested in getting a "gentoo-sources" kernel, I'd be happy to pass the patches along to you or even better, give you access to a Gentoo box with which you can play as long as you don't install the kernels and reboot the machine :-p. I was thinking of creating vserver-sources as a vanilla kernel with all of the >= vs1.00 versions having their own ebuilds. Kernels you list as "stable" would be in their KEYWORDS="x86" tree (stable) and kernels you list as development releases would be in their KEYWORDS="~x86" (unstable) tree. I would basically have the box download (if it didn't already have it) whatever kernel-version is "stable" at the moment and allow the user to pick whatever else they wanted if they forced the build themselves via emerge /usr/portage/sys-kernel/vserver-sources/vserver-source-2.4.22-vs1.00.ebuild as an example.
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:vserver- > [EMAIL PROTECTED] On Behalf Of Herbert Poetzl > Sent: Thursday, November 20, 2003 7:50 AM > To: Allen D. Parker II > Cc: [EMAIL PROTECTED] > Subject: Re: [Vserver] first stage of Gentoo ebuilds completed > > On Thu, Nov 20, 2003 at 03:41:16AM -0500, Allen D. Parker II wrote: > > I've completed ebuilds for util-vserver versions: > > > > 0.25 > > 0.24 > > 0.24.91 > > 0.24.90 > > 0.23.6 > > 0.23.5 > > > > If you'd like me to send one of them to you or make them publicly > available, > > feel free to ask, I'll be seeing what I can do about getting them to > either > > carpaski or Aether (2 of gentoo's portage maintainers) sometime before > this > > weekend. Next on the list is Jack's vserver-0.2x and after that, > > sys-kernel/vserver-sources. If you'd like to see the > > I don't know how/if gentoo kernel is different from > vanilla kernel, but in case you need help with 'adapting' > the patches to some already patched kernel, please let > me know, I'm willing to assist/help in doing so ... > > thanks, > Herbert > > > util-vserver-0.25.ebuild please see below, you'll have to emerge sync && > > emerge -up world, and if you're going to emerge it directly or ebuild > it, > > you'll have to prefix it with FEATURES="-userpriv" until we can get that > bug > > sorted. These have been proven to build cleanly on 3 of my systems and > > Aether did a test build for me to see if it'd build for him and it was > all > > successful. I HAVE set KEYWORDS="~x86" on this until it's deemed > "stable" by > > the portage maintainers. > > > > Allen "Chip" Parker > > [EMAIL PROTECTED] > > > > Hosting in all shapes and sizes. > > > > Util-vserver-0.25.ebuild: > > # Copyright 1999-2003 Gentoo Technologies, Inc. > > # Distributed under the terms of the GNU General Public License v2 > > # $Header: $ > > > > DESCRIPTION="Util-Vserver s_context Management utilities" > > HOMEPAGE="http://savannah.nongnu.org/projects/util-vserver/" > > SRC_URI="http://savannah.nongnu.org/download/util- > vserver/stable.pkg/${PV}/$ > > {P}.tar.bz2" > > LICENSE="GPL-2" > > SLOT="${PV}" > > KEYWORDS="~x86" > > RESTRICT="nomirror" > > IUSE="" > > > > S=${WORKDIR}/${P} > > > > src_compile() { > > ./configure \ > > --host=${CHOST} \ > > --exec-prefix=/usr \ > > --prefix=/ \ > > --infodir=/usr/share/info \ > > --mandir=/usr/share/man || die "./configure failed" > > emake || die > > } > > > > src_install() { > > make DESTDIR=${D} install || die > > } > > > > _______________________________________________ > > Vserver mailing list > > [EMAIL PROTECTED] > > http://list.linux-vserver.org/mailman/listinfo/vserver > _______________________________________________ > Vserver mailing list > [EMAIL PROTECTED] > http://list.linux-vserver.org/mailman/listinfo/vserver _______________________________________________ Vserver mailing list [EMAIL PROTECTED] http://list.linux-vserver.org/mailman/listinfo/vserver
