From owner-freebsd-current Sat Sep 30 0:52:37 2000 Delivered-To: freebsd-current@freebsd.org Received: from updraft.jp.freebsd.org (updraft.jp.FreeBSD.ORG [210.157.158.42]) by hub.freebsd.org (Postfix) with ESMTP id 10DF137B503 for ; Sat, 30 Sep 2000 00:52:33 -0700 (PDT) Received: from castle2.jp.FreeBSD.org (castle2.jp.FreeBSD.org [210.226.20.120]) by updraft.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id QAA26568; Sat, 30 Sep 2000 16:52:31 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by castle2.jp.FreeBSD.org (8.11.0+3.3W/8.11.0) with ESMTP/inet id e8U7qSX37322; Sat, 30 Sep 2000 16:52:30 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Cc: current@freebsd.org In-Reply-To: <95237.970250972@winston.osd.bsdi.com> References: <95237.970250972@winston.osd.bsdi.com> X-Face: '*aj"d@ijeQ:/X}]oM5c5Uz{ZZZk90WPt>a^y4$cGQp8:!H\W=hSM;PuNiidkc]/%,;6VGu e+`&APmz|P;F~OL/QK%;P2vU>\j4X.8@i%j6[%DTs_3J,Fff0)*oHg$A.cDm&jc#pD24WK@{,"Ef!0 P\):.2}8jo-BiZ?X&t$V X-User-Agent: Mew/1.94.2 XEmacs/21.2 (Molpe) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20000228(IM140) Lines: 14 From: Makoto MATSUSHITA To: jkh@winston.osd.bsdi.com Subject: Re: sysinstall: Avoiding version checking of CD-ROM (patch included) Date: Sat, 30 Sep 2000 16:51:09 +0900 Message-Id: <20000930165109J.matusita@jp.FreeBSD.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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