From owner-freebsd-stable Mon Jul 10 6:46:13 2000 Delivered-To: freebsd-stable@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id BEE9237C148; Mon, 10 Jul 2000 06:46:00 -0700 (PDT) (envelope-from dcs@newsguy.com) Received: from newsguy.com (p18-dn03kiryunisiki.gunma.ocn.ne.jp [210.232.224.147]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id WAA03914; Mon, 10 Jul 2000 22:45:43 +0900 (JST) Message-ID: <3969CF3A.29207364@newsguy.com> Date: Mon, 10 Jul 2000 22:27:22 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR,ja MIME-Version: 1.0 To: Stephen Montgomery-Smith Cc: Kris Kennaway , stable@FreeBSD.ORG Subject: Re: HEADS UP! Always use the 'make buildkernel' target to make yerkernels References: <396952A9.231AC2EC@math.missouri.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Stephen Montgomery-Smith wrote: > > Kris Kennaway wrote: > > > > Summary of Officially Sanctioned Update Procedure: > > > > make buildworld > > make buildkernel > > make installkernel > > shutdown (drop into single-user mode) > > make installworld > > mergemaster > > reboot > > > > The problem I have with make installkernel is the following: > if my kernel is called XXX, then the name of the new kernel is > /XXX, not /kernel. > > So one would have to add the instructions: > > cd / > chflags noschg XXX > mv XXX kernel > chflags schg XXX > > This seems quite a bit of extra instructions. Is this what is intended? You can edit /boot/loader.conf and add a line like this: kernel="XXX" This way, XXX will be loaded instead of "kernel". -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@the.great.underground.bsdconpiracy.org _DES: The Book of Bruce has only one sentence in it, and it says "the actual directives of my cult are left as an exercise for the reader. Good luck." jkh: does it really include the 'good luck' part? EE: OK, I made that part up. EE: I figured it should sound a bit more cheery than how Bruce initially dictated it to me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message