From owner-freebsd-questions@FreeBSD.ORG Wed Feb 1 12:35:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A67116A420 for ; Wed, 1 Feb 2006 12:35:22 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id C764643D46 for ; Wed, 1 Feb 2006 12:35:19 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-8) with SMTP id k11CZAId029636; Wed, 1 Feb 2006 14:35:10 +0200 Received: by flame.pc (Postfix, from userid 1001) id 2E1531152D; Wed, 1 Feb 2006 14:34:43 +0200 (EET) Date: Wed, 1 Feb 2006 14:34:43 +0200 From: Giorgos Keramidas To: Eric Schultz Message-ID: <20060201123443.GC33948@flame.pc> References: <43DE5E0A.1090806@schultznet.ca> <20060130190609.GD96466@flame.pc> <43DFC0EB.8050005@schultznet.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43DFC0EB.8050005@schultznet.ca> Cc: freebsd-questions@freebsd.org Subject: Re: What functionality is provided by minimal install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 12:35:22 -0000 On 2006-01-31 14:56, Eric Schultz wrote: >Giorgos Keramidas wrote: >>On 2006-01-30 13:42, Eric Schultz wrote: >>> sysintall help that a Minimal install is "just the base >>> system." But what _functionality_ is provided by a *base >>> system*??? >> >> A short `overview' of a sort can be seen with: >> >> # man 5 rc.conf >> >> For every daemon, service, or option that you see in that >> manpage, there is also a feature of the base system. > > Good afternoon... > > That's a very interesting idea. I guess that would cover (excuse my > un-certainty with the terminology here) the /kernel/ but not the > /userland/. For the /userland/ i assume I would still have to man > every executable - and then some - that I find? No, many parts of the userland are configured by `rc.conf' options too. Of course, an exchaustive list of all the binaries in */bin paths is, uhm, a huge task. But you can also get an idea by: $ apropos . | more