From owner-freebsd-current Thu Sep 7 21:35:25 2000 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id B46F137B422 for ; Thu, 7 Sep 2000 21:35:21 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id WAA40958; Thu, 7 Sep 2000 22:35:18 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id WAA52280; Thu, 7 Sep 2000 22:35:08 -0600 (MDT) Message-Id: <200009080435.WAA52280@harmony.village.org> To: The Hermit Hacker Subject: Re: docs on how to upgraded boot loader ... Cc: freebsd-current@FreeBSD.ORG In-reply-to: Your message of "Fri, 08 Sep 2000 01:06:07 -0300." References: Date: Thu, 07 Sep 2000 22:35:08 -0600 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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