Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Sep 2010 16:20:56 +0200
From:      Thomas Ronner <thomas@ronner.org>
To:        freebsd-stable@freebsd.org
Subject:   Re: Can't build 8.1 GENERIC kernel
Message-ID:  <4C88ED48.7020204@ronner.org>
In-Reply-To: <20100909141702.GP4404@twoquid.cs.ru.nl>
References:  <20100909141702.GP4404@twoquid.cs.ru.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
  Hi Olaf,

On 09/09/2010 16:17, Olaf Seibert wrote:
> I'm trying to build a custom kernel, and I got an error. So I tried
> GENERIC, in the perhaps old-fashioned way of
>
>      # config GENERIC
>      # cd ../compile/GENERIC
>      # make depend
>      # make
>
I don't know about the old-fashioned way, but the new way is:

# cd /usr/src
# make buildkernel KERNCONF=GENERIC
# make installkernel KERNCONF=GENERIC

The KERNCONF=GENERIC is redundant, because the GENERIC config is default.



Thomas



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C88ED48.7020204>