Re: Need help in determining how to install built kernel

Martin Husemann <[email protected]> Fri, 13 Jan 2017 08:29:38 +0100
Newsgroups gmane.os.netbsd.documentation
Message-ID <[email protected]>
On Thu, Jan 12, 2017 at 09:02:43AM -0800, Ngie Cooper (yaneurabeya) wrote:

> 	The Handbook says use run build.sh, then mv the new kernel in
> place, but it doesn?t mention the ?install command? to use after
> building the kernel

There is no such thing. Just copy or move it there, like:

 cd $OBJDIR/src/sys/arch/sparc64/compile/GENERIC
 mv /netbsd /netbsd.old
 cp netbsd /

or something similar (if you have build locally on the target machine).

Martin