NetBSD-Docs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Need help in determining how to install built kernel
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
Home |
Main Index |
Thread Index |
Old Index