git: vkernel - Fix installkernel target
Matthias Schmidt
matthias at crater.dragonflybsd.org
Wed Oct 6 11:44:43 PDT 2010
commit 5b8f9b1eec7c7c5dd7de6a5a1025dcedb09308cb
Author: Matthias Schmidt <matthias at dragonflybsd.org>
Date: Wed Oct 6 20:35:50 2010 +0200
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.
Summary of changes:
sys/conf/kern.paths.mk | 2 ++
sys/conf/kern.post.mk | 6 ++++++
2 files changed, 8 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5b8f9b1eec7c7c5dd7de6a5a1025dcedb09308cb
--
DragonFly BSD source repository
More information about the Commits
mailing list