From owner-freebsd-questions Sat Mar 28 17:23:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09513 for freebsd-questions-outgoing; Sat, 28 Mar 1998 17:23:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ix.netcom.com (sil-wa4-27.ix.netcom.com [207.93.136.91]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA09432 for ; Sat, 28 Mar 1998 17:22:55 -0800 (PST) (envelope-from tomdean@ix.netcom.com) Received: (from tomdean@localhost) by ix.netcom.com (8.8.8/8.8.8) id RAA01717; Sat, 28 Mar 1998 17:22:50 -0800 (PST) (envelope-from tomdean) Date: Sat, 28 Mar 1998 17:22:50 -0800 (PST) Message-Id: <199803290122.RAA01717@ix.netcom.com> From: Thomas Dean To: bombfree@hotmail.com CC: freebsd-questions@FreeBSD.ORG In-reply-to: <19980329004127.11837.qmail@hotmail.com> (bombfree@hotmail.com) Subject: Re: customising, compiling, and installing the kernel Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Change the config line to read: config kernel root on wd1 # <-- wd1 and rebuild the kernel. You can reboot the original kernel as kernel.old or kernel.GENERIC At the boot prompt, enter kernel.GENERIC -cv and you will come up with the GENERIC kernel in the config mode. Or, you can enter kernel.old and boot the previously built kernel. Be careful with the last one, every 'make install' moves kernel to kernel.old and installs a new kernel. kernel.GENERIC is never replaced, unless you do it manually. tomdean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message