From owner-freebsd-current Fri Sep 8 5:14: 9 2000 Delivered-To: freebsd-current@freebsd.org Received: from thelab.hub.org (CDR27-115.accesscable.net [24.138.27.115]) by hub.freebsd.org (Postfix) with ESMTP id 11BEF37B424 for ; Fri, 8 Sep 2000 05:14:06 -0700 (PDT) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.11.0/8.11.0) with ESMTP id e88CDWo44170; Fri, 8 Sep 2000 09:13:34 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Fri, 8 Sep 2000 09:13:32 -0300 (ADT) From: The Hermit Hacker To: Warner Losh Cc: freebsd-current@FreeBSD.ORG Subject: Re: docs on how to upgraded boot loader ... In-Reply-To: <200009080435.WAA52280@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ah, okay, for some reason I was looking at the 'disklabel -B' stuff, but that never worked :( I've gotten into the habit of doing the whole 'buildkernel/buildworld/etc' procedure, and just hadn['t gotten to the point doing the 'installworld' :( thanks ... On Thu, 7 Sep 2000, Warner Losh wrote: > In message The Hermit Hacker writes: > : How do I upgrade it 'with the new kernel', as the UPDATING file > : suggests? I've looked at the man pages for loader, and it doesn't suggest > : anything ... help? > > cd /usr/src > make buildworld > make buildkernel > make installkernel > cd sys > make install > cd .. > Optionally reboot in single user mode > cd /usr/src > make installworld > > Or if you like taking chances, and with the fixes I just committed: > # assume that /usr/obj exists from prior run > cd /usr/src/lib/libstand > make depend && make all # add install here w/o my fixes > cd ../../sys > make depend && make all install > cd i386/conf > config FOO > cd ../../compile/FOO > make depend && make all install > > > But we've had enough changes in sys recently that you'll need new > libkvm utilities, so you might as well do the first series of > commands. > > Warner > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message