From owner-freebsd-stable Tue Jul 18 12:51:19 2000 Delivered-To: freebsd-stable@freebsd.org Received: from orion.ac.hmc.edu (Orion.AC.HMC.Edu [134.173.32.20]) by hub.freebsd.org (Postfix) with ESMTP id 11A1837B513 for <stable@FreeBSD.ORG>; Tue, 18 Jul 2000 12:51:17 -0700 (PDT) (envelope-from brdavis@orion.ac.hmc.edu) Received: (from brdavis@localhost) by orion.ac.hmc.edu (8.8.8/8.8.8) id MAA25269; Tue, 18 Jul 2000 12:47:43 -0700 (PDT) Date: Tue, 18 Jul 2000 12:47:43 -0700 From: Brooks Davis <brooks@one-eyed-alien.net> To: j mckitrick <jcm@FreeBSD-uk.eu.org> Cc: stable@FreeBSD.ORG Subject: Re: stupid installkernel question Message-ID: <20000718124743.A24589@orion.ac.hmc.edu> References: <20000718202933.A47182@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <20000718202933.A47182@dogma.freebsd-uk.eu.org>; from jcm@FreeBSD-uk.eu.org on Tue, Jul 18, 2000 at 08:29:33PM +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 18, 2000 at 08:29:33PM +0100, j mckitrick wrote: > > i have been reading the makefiles and boot files to try to figure this one > out. i ran 'make installkernel KERNEL=MERCURY''and everything works fine. > But i have 2 kernels in / > One is kernel, one is MERCURY. The modification date on 'kernel' is close > to the one for MERCURY. WHich one does my system boot with, and which can > be deleted? > > In /boot, the config files seem to show 'kernel' being booted. If so, why > does MERCURY exist? kernel is almost certaintly entierly unrelated to MERCURY except possiably by coincidence. The installkernel command you gave should install a kernel named /MERCURY and new modules in /modules. You either need to follow the insturctions in UPDATING to replace /kernel with MERCURY or edit your /boot/loader.conf to book /MERCURY instead of /kernel. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message