Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2000 16:51:09 +0900
From:      Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
To:        jkh@winston.osd.bsdi.com
Cc:        current@freebsd.org
Subject:   Re: sysinstall: Avoiding version checking of CD-ROM (patch included) 
Message-ID:  <20000930165109J.matusita@jp.FreeBSD.org>
In-Reply-To: <95237.970250972@winston.osd.bsdi.com>
References:  <matusita@jp.FreeBSD.org> <95237.970250972@winston.osd.bsdi.com>

next in thread | previous in thread | raw e-mail | index | archive | help

jkh> there should be a boot/kernel/kernel.ko file and I'm not sure why
jkh> there isn't.

This is because 'release.3' target (in src/release/Makefile) does not
know that the kernel should go to into ${RD}/trees/bin/boot/kernel.
Note that we cannot change 'doKERNEL' target, which is also used by
other places (see 'doMFSKERN' target).

Other modules and boot stuffs were installed by 'make distribute' (of
src/sys/Makefile), in a procedure of 'release.2' target.

-- -
Makoto `MAR' MATSUSHITA


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000930165109J.matusita>