From owner-freebsd-questions Mon Feb 22 14:37:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hawaii.conterra.com (hawaii.conterra.com [209.12.164.32]) by hub.freebsd.org (Postfix) with ESMTP id 43064115C4 for ; Mon, 22 Feb 1999 14:37:22 -0800 (PST) (envelope-from myself@conterra.com) Received: from dmaddox.conterra.com (myself@dmaddox.conterra.com [209.12.169.48]) by hawaii.conterra.com (8.8.8/8.8.7) with ESMTP id RAA26187; Mon, 22 Feb 1999 17:37:19 -0500 (EST) Received: (from myself@localhost) by dmaddox.conterra.com (8.9.3/8.9.1) id RAA01687; Mon, 22 Feb 1999 17:37:21 -0500 (EST) (envelope-from myself) Date: Mon, 22 Feb 1999 17:37:21 -0500 From: "Donald J . Maddox" To: Steve Reid Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to save "kernel -c" userconfig changes in 3.1-R? (missing dset!) Message-ID: <19990222173721.C1593@dmaddox.conterra.com> Reply-To: dmaddox@conterra.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: ; from Steve Reid on Mon, Feb 22, 1999 at 02:27:15AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Feb 22, 1999 at 02:27:15AM -0800, Steve Reid wrote: > I recently upgraded from 2.2.7-Release to 3.1-Release. But, now I can't > find dset. I suppose it was removed in the switch to ELF? > > With dset gone, how are "kernel -c" changes saved? I have a non-PnP BIOS > and a PnP sound card, which works fine but now I have to enter the PnP > info in the kernel userconfig every time I boot. "man pnp" still refers > to dset. > > Is there a solution, or am I condemned to retyping port irq and drq > information every time I boot? Add a line to your /boot/boot.conf like this: load -t userconfig_script /boot/kernel.conf Then create a /boot/kernel.conf that contains the configuration commands you need. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message