vkernel - Fix installkernel target
authorMatthias Schmidt <matthias@dragonflybsd.org>
Wed, 6 Oct 2010 18:35:50 +0000 (20:35 +0200)
committerMatthias Schmidt <matthias@dragonflybsd.org>
Wed, 6 Oct 2010 18:35:50 +0000 (20:35 +0200)
commit5b8f9b1eec7c7c5dd7de6a5a1025dcedb09308cb
treea167ad61133cab6c9d5c87ad90c08fd30e35a89a
parentc38faf3f7bce8503306c6e36f0774896db81e60f
vkernel - Fix installkernel target

The recommended command to install a vkernel is ATM:

make -DNO_MODULES installkernel KERNCONF=VKERNEL DESTDIR=/var/vkernel

This installed the plain kernel into /var/vkernel.  Due to the
introduction of the new loader (dloader), the installkernel target
refused to work, because it could not find a boot/ directory.

Skip the error message about missing boot/ and skip the creation of the
kernel.old/ backup directory when installing a vkernel kernel.
sys/conf/kern.paths.mk
sys/conf/kern.post.mk