Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2002 11:54:44 -0500
From:      Bryan Cassidy <bryanc2000@insightbb.com>
To:        gregmatu <gregmatu@polbox.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Re[2]:
Message-ID:  <20021015115444.2dc7ef0c.bryanc2000@insightbb.com>
In-Reply-To: <16787.021015@polbox.com>
References:  <20021014123406.1d204be4.bryanc2000@insightbb.com> <16787.021015@polbox.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 15 Oct 2002 18:53:17 +0200
gregmatu <gregmatu@polbox.com> wrote:

> Sorry, I forgot to tell this: I'm using FreeBSD 4.6.2, too.
> I compiled kernel with "old" way:
> configure, make depend, make (here failed).

Well, I "never" do it that way so I can't help you. I would just do it this way

cd /usr/src/sys/i386/conf

cp GENERIC NEWNAME

vi NEWNAME

edit it the way you want or need

save it

cd /usr/src

make buildkernel KERNCONF=NEWNAME

make installkernel KERNCONF=NEWNAME


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021015115444.2dc7ef0c.bryanc2000>