Subject: Re: building a kernel with a read-only /usr/src
To: None <current-users@NetBSD.ORG>
From: Christos Zoulas <christos@zoulas.com>
List: current-users
Date: 05/13/1998 12:33:43
In article <v03110709b17efe2ae943@[198.68.110.2]> fair@clock.org (Erik E. Fair) writes:
>Is it possible to build a kernel when /usr/src is mounted read-only?
>
>Is there a mechanism to make a kernel in /usr/obj?
>
>	Erik <fair@clock.org>

Make a symlink from /usr/src/sys/arch/<arch>/compile/<yourkernel> to
a directory you can write to, then run config; that should be all.

christos