From owner-freebsd-hackers Tue Jan 2 14:28:43 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA15254 for hackers-outgoing; Tue, 2 Jan 1996 14:28:43 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA15238 Tue, 2 Jan 1996 14:28:29 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id OAA00704; Tue, 2 Jan 1996 14:28:25 -0800 To: "Jonathan M. Bresler" cc: Michael Smith , hasty@rah.star-gate.com, bora@wireless.stanford.edu, imp@village.org, hackers@freebsd.org Subject: Re: X for install (was: Re: syscons driver) In-reply-to: Your message of "Tue, 02 Jan 1996 06:34:09 EST." Date: Tue, 02 Jan 1996 14:28:25 -0800 Message-ID: <702.820621705@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@freebsd.org Precedence: bulk > sounds like the configure script from perl-4.036. asks a bunch > of questions, searches out information, does some tiny compilies. then > lets the user edit a file containing all the data. You can actually do something like this now with the existing `scripting' abilities of sysinstall. Write a little Windows program that spits out the appropriate configuration data (see /usr/src/release/sysinstall/freebsd.cfg for my laptop's installation script file) after asking Joe User all kinds of questions. It's not that far off as it is! Jordan