kern/9406: /boot/loader is always overwritten on install
Three stage boot loader installation.
make install on sys/boot will always overwrite /boot/loader. The
new loader might not be as critical as a kernel, but it would still be a help saving it just in case.
cd /sys/boot
make install
Apply the following patch:
|