Gentoo Archives: gentoo-user

From: Roy Wright <roy@××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Using portage through NFS
Date: Mon, 09 Feb 2009 23:59:25
Message-Id: 4990C352.3050009@wright.org
In Reply to: [gentoo-user] Re: Using portage through NFS by Chris Lieb
1 Chris Lieb wrote:
2 > Neil Bothwick wrote:
3 >> On Fri, 06 Feb 2009 10:57:58 -0600, Chris Lieb wrote:
4 >>
5 >>> I don't want to do UnionFS since that requires me to patch the kernel,
6 >>> which is more work than I have the time for.
7 >> cd /usr/src/linux
8 >> patch -p1 </path/to/patchfile
9 >>
10 >> You must be *really* short of time ;-)
11 >
12 > My concern is more about making my own ebuild (based off of
13 > gentoo-sources) that will patch the kernel source for me so that I can
14 > easily distribute this patched kernel source to all of my computers. I
15 > need the process to be easy so that whom ever succeeds me doesn't have
16 > to learn much more than just running a couple of scripts that I wrote.
17 > Even how, I catch enough crap from my boss already for spending so much
18 > time tinkering with servers instead of programming :)
19 >
20 > Is there a guide out there for rolling my own kernel ebuild?
21 >
22 > Chris
23
24 Take a peek at aufs on the sunrise overlay. It has a section that
25 patches the kernel, dependent on kernel version and USE flags. It looks
26 like it just informs the user that the kernel was patched.
27
28 HTH,
29 Roy