From owner-freebsd-current Tue Mar 7 9:18:47 2000 Delivered-To: freebsd-current@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id BA8F637BBC9; Tue, 7 Mar 2000 09:18:42 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.3) id JAA74480; Tue, 7 Mar 2000 09:20:01 -0800 (PST) (envelope-from sgk) From: Steve Kargl Message-Id: <200003071720.JAA74480@troutmask.apl.washington.edu> Subject: Re: Alternative way to do -stable to -current upgrade In-Reply-To: <20000307110109.A52023@catkin.nothing-going-on.org> from Nik Clayton at "Mar 7, 2000 11:01:09 am" To: Nik Clayton Date: Tue, 7 Mar 2000 09:20:01 -0800 (PST) Cc: current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nik Clayton wrote: >> 5. Mount all the fixed disk partitions, and then (assuming they're all >> mounted under /mnt/root) >> >> cd /mnt/root/usr/src && make DESTDIR=/mnt/root >> >> >> 7. Build and install a new kernel >> > > Come on then, which is it? > Okay, here's some feedback ;-) In 5. above, is "make DESTDIR=/mnt/root" missing "world" or "installworld"? AFAIK, a plain "make DESTDIR=/mnt/root" will not do the install portion. If this is the case, then you better make sure the /modules agrees with your 7., or people loading modules during the reboot will be screwed. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message