On Fri, Feb 21, 2014 at 11:59, Fred Snurd wrote:

> In FAQ 5.3.4, config(8) is being used to populate the
> /usr/src/sys/arch/<platform>/compile/GENERIC directory.  Am I correct in
> thinking this directory should be mounted read/write?

kernels don't have to be built there. From anywhere you like:

config -b kobj -s /sys /sys/arch/arch/conf/GENERIC
cd kobj
make

The only thing that won't work is make release, which I don't think is
configurable enough. Maybe it is, dunno.

Reply via email to