From owner-freebsd-current Sun Nov 26 7: 9:26 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail8.sc.rr.com (fe8.southeast.rr.com [24.93.67.55]) by hub.freebsd.org (Postfix) with ESMTP id 6454437B4D7 for ; Sun, 26 Nov 2000 07:09:14 -0800 (PST) Received: from cae88-102-101.sc.rr.com ([24.88.102.101]) by mail8.sc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Sun, 26 Nov 2000 10:08:12 -0500 Date: Sun, 14 Mar 1999 16:00:34 -0500 From: "Donald J . Maddox" To: Donn Miller Cc: current@FreeBSD.ORG Subject: Re: boot -c not saving changes Message-ID: <19990314160034.A5912@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.4i In-Reply-To: ; from Donn Miller on Sun, Mar 14, 1999 at 03:51:24PM +0000 Content-Length: 1354 Lines: 43 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The answer depends on exactly how current you are... With -current from a few days ago, I would have said: Make sure you have a /boot/loader.rc file that contains at least these lines: load /kernel load -t /boot.config Then, make sure /boot.config contains all the stuff that you would normally type at the config> prompt when you Boot: -c. If you are *really* -current, /boot/loader.rc should probably just contain something like: include /boot/loader.4th start Then, you should copy /boot/defaults/loader.conf to /boot/loader.conf and edit it to match what you want to happen at boot. On Sun, Mar 14, 1999 at 03:51:24PM +0000, Donn Miller wrote: > When I boot up my -current box, I hit 'c' to get to the boot prompt. Then > I do "boot -c", and then "vi" to configure my kernel. But any changes I > make via userconfig aren't saved for when the next time I boot. > > Is it a problem with the boot loader, or do I have to type some commands > to save my config in /boot.config? I have a zero-length /boot.config > right now. I would think this involves invoking load -t /boot.config at > the boot prompt to load /boot.config the next time I boot, but I don't > know the exact sequence. > > Thanks > . > > Donn > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message