Re: Stop building all those kernel modules

2008-05-18 Thread Roland Smith
On Sat, May 17, 2008 at 05:32:50PM -0700, Luke Dean wrote: > > I'm trying to use nanobsd to build a small kernel for an embedded system on > FreeBSD 7. > > In previous versions, I could modify GENERIC by just commenting out all the > devices and options that I wasn't interested in, and buildker

Re: Stop building all those kernel modules

2008-05-18 Thread Wojciech Puchar
I'm trying to use nanobsd to build a small kernel for an embedded system on FreeBSD 7. In previous versions, I could modify GENERIC by just commenting out all the devices and options that I wasn't interested in, and buildkernel KERNCONF=myconf would happily ignore all the things I wasn't inter

Re: Stop building all those kernel modules

2008-05-17 Thread Luke Dean
On Sat, 17 May 2008, Luke Dean wrote: On Sat, 17 May 2008, Luke Dean wrote: In previous versions, I could modify GENERIC by just commenting out all the devices and options that I wasn't interested in, and buildkernel KERNCONF=myconf would happily ignore all the things I wasn't interested

Re: Stop building all those kernel modules

2008-05-17 Thread Luke Dean
On Sat, 17 May 2008, Luke Dean wrote: In previous versions, I could modify GENERIC by just commenting out all the devices and options that I wasn't interested in, and buildkernel KERNCONF=myconf would happily ignore all the things I wasn't interested in. This no longer works. Now everythin