git: vkernel - Fix installkernel target

看板DFBSD_commit作者時間15年前 (2010/10/07 03:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 5b8f9b1eec7c7c5dd7de6a5a1025dcedb09308cb Author: Matthias Schmidt <matthias@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
文章代碼(AID): #1ChCTr_R (DFBSD_commit)