From owner-freebsd-stable Wed Mar 15 13:59:48 2000 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 8E56537BD53; Wed, 15 Mar 2000 13:59:42 -0800 (PST) (envelope-from imp@harmony.village.org) 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 OAA96900; Wed, 15 Mar 2000 14:59:40 -0700 (MST) (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 OAA89926; Wed, 15 Mar 2000 14:59:31 -0700 (MST) Message-Id: <200003152159.OAA89926@harmony.village.org> To: Doug Barton Subject: Re: HEADS UP: 3.x -> 4.0-STABLE upgrade instructions Cc: Josef Karthauser , Ruslan Ermilov , stable@FreeBSD.ORG In-reply-to: Your message of "Wed, 15 Mar 2000 13:56:23 PST." References: Date: Wed, 15 Mar 2000 14:59:31 -0700 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message Doug Barton writes: : You can find instructions at : http://freebsd.simplenet.com/make-upgrade.html. I am planning to update : that file for 3.4 -> 4.0 asap BTW. Let me know if the following doesn't work: To update from 3.x to 4.0 stable -------------------------------- cd /usr/src make buildworld cd sbin/mknod make install [*] reboot cd /usr/src make -DNOINFO installworld make installworld [*] You may need to switch from wd to ad ala 19991210 To build a kernel ----------------- Update config, genassym and go: cd src/usr.bin/genassym make depend all install cd ../../usr.sbin/config make depend all install cd ../../sys/i386/conf config YOUR_KERNEL_HERE cd ../../compile/YOUR_KERNEL_HERE make depend && make make install To rebuild disk /dev entries ---------------------------- MAKEDEV should be copied from src/etc/MAKEDEV to /dev before starting the following: For N in the list of disks MAKEDEV N # eg ad0 for M in the list of slices MAKEDEV NsMa # eg ad0s1a To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message