From owner-freebsd-questions Mon Mar 20 3:19: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (Postfix) with ESMTP id B313837B56F for ; Mon, 20 Mar 2000 03:19:03 -0800 (PST) (envelope-from dean@odyssey.apana.org.au) Received: from mushka (mushka.cx [203.11.114.10]) by odyssey.apana.org.au (8.9.3/8.9.3) with SMTP id TAA12711; Mon, 20 Mar 2000 19:16:08 +0800 (WST) Message-Id: <3.0.3.32.20000320191603.007b5b00@odyssey.apana.org.au> X-Sender: dean@odyssey.apana.org.au X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (32) Date: Mon, 20 Mar 2000 19:16:03 +0800 To: Chris Fedde , J McKitrick From: Dean Hollister Subject: Re: 3.4-STABLE to 4.0-STABLE Cc: FreeBSD Questions In-Reply-To: <200003200758.e2K7wxi42105@fedde.littleton.co.us> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG x-no-archive: yes At 00:58 20/03/00 -0700, Chris Fedde wrote: >Hum... I'm a bit underwhelmed here. I've been having a heck of a time >finding this message. [snip] I eventually found what I needed, by going into /usr/src/UPDATING. At the very end of this file, you will find the following under "COMMON ITEMS:" COMMON ITEMS: To build a kernel ----------------- Update config, genassym and go: cd src/usr.bin/genassym make depend all install clean cd ../../usr.sbin/config make depend all install clean 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 rebuild everything --------------------- make world Except when it 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 Apologies if posting this here offends, however, I think this will answer your question. It has certainly given me something to work with. :-) Regards, d. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message