On 9/26/06, Will H. Backman <[EMAIL PROTECTED]> wrote:
In the FAQ for building a kernel:
http://www.openbsd.org/faq/faq5.html#Building
After the make, it says to do a make install.
In the section about following stable:
http://www.openbsd.org/stable.html#building
It instead says to backup the old kernel move the new kernel into the
right place.
The second way makes me feel better, knowing that I have a copy of the
old kernel.
Does the "make install" step in the first example do the same thing?
Having just done it with "make install" for the first time, I'd always
copied and moved it manually, it looks like it saves the previous
kernel as /obsd.
[EMAIL PROTECTED]:/home/ethant# ls -al /*bsd*
-rwxr-xr-x 1 root wheel 6049422 Sep 23 10:53 /bsd
-rw-r--r-- 1 root wheel 5002407 Aug 21 18:00 /bsd.rd
-rw-r--r-- 1 root wheel 6028254 Aug 21 18:00 /obsd
Greg