From owner-freebsd-current Tue Dec 21 9:37:18 1999 Delivered-To: freebsd-current@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 2174D14EB5; Tue, 21 Dec 1999 09:37:16 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.3) with ESMTP id JAA14253; Tue, 21 Dec 1999 09:37:15 -0800 (PST) (envelope-from jdp@polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.9.3/8.9.1) id JAA42214; Tue, 21 Dec 1999 09:37:14 -0800 (PST) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Tue, 21 Dec 1999 09:37:14 -0800 (PST) Organization: Polstra & Co., Inc. From: John Polstra To: msmith@freebsd.org Subject: Questions about the various /boot/loader scripts Cc: current@freebsd.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to figure out how all these loader scripts fit together, and I have some questions. First, my understanding is that the scripts are included like this (indentation signifies nesting): /boot/loader.rc /boot/loader.4th /boot/support.4th ["start" command executes] /boot/defaults/loader.conf /boot/loader.conf /boot/loader.conf.local Now for my questions: 1. Is the above diagram correct? 2. "/boot/loader.conf" and "/boot/loader.conf.local" are entirely site-specific, and can be used to override the defaults from "/boot/defaults/loader.conf" -- correct? 3. If I want to add some site-specific script code, as opposed to overriding variable settings, where is the best place to put it? 4. Shouldn't these scripts installed on the Alpha too? Currently, none of them are. 5. Except for "/boot/defaults/loader.conf", are any of the installed scripts architecture-specific? Thanks, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message