From owner-freebsd-questions@FreeBSD.ORG Mon Apr 5 16:26:22 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A14DE106566B for ; Mon, 5 Apr 2010 16:26:22 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from server505.appriver.com (server505a.appriver.com [98.129.35.4]) by mx1.freebsd.org (Postfix) with ESMTP id 680948FC0A for ; Mon, 5 Apr 2010 16:26:22 +0000 (UTC) X-Policy: GLOBAL - maxiscale.com X-Primary: psteele@maxiscale.com X-Note: This Email was scanned by AppRiver SecureTide X-ALLOW: psteele@maxiscale.com ALLOWED X-Virus-Scan: V- X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES->UNITED STATES X-Note-Sending-IP: 98.129.23.14 X-Note-Reverse-DNS: ht01.exg5.exghost.com X-Note-WHTLIST: psteele@maxiscale.com X-Note: User Rule Hits: X-Note: Global Rule Hits: G179 G180 G181 G182 G186 G187 G198 G285 X-Note: Encrypt Rule Hits: X-Note: Mail Class: ALLOWEDSENDER X-Note: Headers Injected Received: from [98.129.23.14] (HELO ht01.exg5.exghost.com) by server505.appriver.com (CommuniGate Pro SMTP 5.3.2) with ESMTPS id 35271988 for freebsd-questions@freebsd.org; Mon, 05 Apr 2010 11:26:20 -0500 Received: from mbx03.exg5.exghost.com ([169.254.1.132]) by ht01.exg5.exghost.com ([98.129.23.14]) with mapi; Mon, 5 Apr 2010 11:26:21 -0500 From: Peter Steele To: "freebsd-questions@freebsd.org" Date: Mon, 5 Apr 2010 11:26:19 -0500 Thread-Topic: How to create a "base" distribution set? Thread-Index: AcrU3LlGRH0ZqLxrSSSfzg40ZPfpwg== Message-ID: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3B6F7CC7@MBX03.exg5.exghost.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: How to create a "base" distribution set? 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: Mon, 05 Apr 2010 16:26:22 -0000 One of the distribution sets that comes on a standard release DVD is "base"= . This includes the core set of binaries as well as the files under /etc an= d a few other text files. Running "make installworld" doesn't collect every= thing that's needed. Is there a make option to gather all of the files? I a= ssume something like "make release" might do that but I don't want to run a= full release build, I just want to create the base distribution set.