From 9082264160f2b068718592bfd97e86af60a9bf2e Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Wed, 17 Oct 2001 18:04:13 +0000 Subject: Change kern.bootfile when mv'ing the kernel Not tested by: brian --- sys/conf/Makefile.pc98 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/conf/Makefile.pc98') diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index d082fa6413c7..620c16a1538e 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -241,6 +241,8 @@ kernel-install kernel-install.debug: -rm -rf ${DESTDIR}${KODIR}.old .endif mv ${DESTDIR}${KODIR} ${DESTDIR}${KODIR}.old + [ "`sysctl -n kern.bootfile`" != "${DESTDIR}${KODIR}/kernel" ] || \ + sysctl kern.bootfile=${DESTDIR}${KODIR}.old/kernel .endif mkdir -p ${DESTDIR}${KODIR} install -c -m 555 -o root -g wheel \ -- cgit v1.2.3