From owner-freebsd-current Wed Feb 4 17:00:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA24974 for current-outgoing; Wed, 4 Feb 1998 17:00:30 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from pop.uniserve.com (pop.uniserve.com [204.244.156.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA24963 for ; Wed, 4 Feb 1998 17:00:26 -0800 (PST) (envelope-from tom@uniserve.com) Received: from shell.uniserve.com [204.244.186.218] by pop.uniserve.com with smtp (Exim 1.73 #1) id 0y0FFD-000425-00; Wed, 4 Feb 1998 16:32:43 -0800 Date: Wed, 4 Feb 1998 16:32:40 -0800 (PST) From: Tom To: "Jordan K. Hubbard" cc: Andrzej Bialecki , John Polstra , current@FreeBSD.ORG Subject: Re: Custom init(8) In-Reply-To: <221.886635387@gringo.cdrom.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 X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe current" On Wed, 4 Feb 1998, Jordan K. Hubbard wrote: > > Sorry, but this really doesn't help me to know how _the simplest_ possible > > init(8) could look like... > > I think only you can answer that question - I don't know of anyone > who's even tried to do what you're doing. So, let me turn it around: > "Hey Andrzej, can you tell us what the simplest init(8) might look > like?" ;-) Wait a second, doesn't sysinstall run as init? You must have started with a skeleton init first, and then added the install stuff to it. That probably makes you the number #1 expert on alternate inits! :) > Jordan Tom