From owner-freebsd-current Tue Mar 9 22:16: 7 1999 Delivered-To: freebsd-current@freebsd.org Received: from cygnus.rush.net (cygnus.rush.net [209.45.245.133]) by hub.freebsd.org (Postfix) with ESMTP id 713C214E3B for ; Tue, 9 Mar 1999 22:16:03 -0800 (PST) (envelope-from bright@cygnus.rush.net) Received: from localhost (bright@localhost) by cygnus.rush.net (8.9.3/8.9.3) with SMTP id BAA00333; Wed, 10 Mar 1999 01:18:32 -0500 (EST) Date: Wed, 10 Mar 1999 01:18:30 -0500 (EST) From: Alfred Perlstein To: "Daniel C. Sobral" Cc: current@FreeBSD.ORG Subject: Re: HEADS UP: new loader.rc stuff In-Reply-To: <36E5EB27.2E44F17D@newsguy.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 10 Mar 1999, Daniel C. Sobral wrote: > A new loader.rc mechanism has been introduced. Nothing has changed > with loader, mind you, and you can continue to use your current > loader.rc (if any) unchanged, but Jordan thinks it might be better > to install a loader.rc using the new mechanism by default, to keep > support easy, so things might change in the future... > > Meanwhile, the new loader.rc stuff, for those who want it. It is > modeled after rc.conf files. We now have a > /boot/defaults/loader.conf, with all defaults (meaning it hardly > does anything, serving more as a template), which will also load > /boot/loader.conf and /boot/loader.conf.local, in that order, if > present. > > The idea is to leave /boot/loader.conf for sysinstall, > /boot/loader.conf.local for the user, and /boot/defaults/loader.conf > to installworld. > > To use this, put the following lines in your /boot/loader.rc: > > include /boot/loader.4th > start > > Then you can create a /boot/loader.conf.local with whatever other > stuff you'd like, such as using a splash screen. > > Feedback, comments, musings and flames are welcome. (I'd > particularly like a better name than "start" :) As long as the man page makes it clear what's going on. All this including of files is going to get damn confusing for newbies. It's also unlike anything i've ever seen before... -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message