From owner-freebsd-questions Wed Oct 28 19:56:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA23974 for freebsd-questions-outgoing; Wed, 28 Oct 1998 19:56:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from storm.typhoon.co.jp (storm.typhoon.co.jp [202.33.21.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA23969 for ; Wed, 28 Oct 1998 19:56:55 -0800 (PST) (envelope-from fbsd@typhoon.co.jp) Received: from typhoon.co.jp (waterfall.typhoon.co.jp [202.33.21.60]) by storm.typhoon.co.jp (8.9.1a/8.9.1/TIS-MX) with ESMTP id MAA11542; Thu, 29 Oct 1998 12:56:43 +0900 (JST) Message-ID: <3637E779.9548F558@typhoon.co.jp> Date: Thu, 29 Oct 1998 12:56:41 +0900 From: FreeBSD4Me X-Mailer: Mozilla 4.07 [en] (Win98; I) MIME-Version: 1.0 To: Doug White CC: questions@FreeBSD.ORG Subject: LOAD_CONFIG_FILE , was Re: turnkey floppy for large number of installations References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug White wrote: > On Fri, 23 Oct 1998, FreeBSD4Me wrote: > > > I want to create a turnkey/customized boot floppy so that > > ANY ONE can install FreeBSD by just inserting the floppy and > > the CDROM, without answering any questions. > > Through the install.cfg framework you can reduce this to one option -- > selecting 'load config' and hitting enter four times. Afterwards it can > be completely automated. In fact there's enough space on the 3.0-RELEASE > boot floppy to cram it on there :-) > > This is documented on the (uninstalled) sysinstall man page and sample > install.cfg, which is in src/release/sysinstall. Thanks for the pointer! According to the sysinstall(8) manpage: If sysinstall is compiled with LOAD_CONFIG_FILE set in the envi-ronment (or in the Makefile) to some value, then that value will be used as the filename to automatically look for and load when sysinstall starts up and with no user interaction required. But when I did a "grep LOAD_CONFIG_FILE *" in /usr/src/release/sysinstall I couldn't find any #ifdef LOAD_CONFIG_FILE lines. In fact the only occurance was in systinall.8! Where did I go wrong? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message