From owner-freebsd-questions@FreeBSD.ORG Mon Apr 5 17:01:04 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 E6138106564A for ; Mon, 5 Apr 2010 17:01:04 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id ABDBD8FC14 for ; Mon, 5 Apr 2010 17:01:04 +0000 (UTC) Received: by iwn12 with SMTP id 12so2281821iwn.14 for ; Mon, 05 Apr 2010 10:01:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=qfnxiD3MLfSaxam79aWMGUrsAfg8jPnsjqSo4UVCtOM=; b=P8OfRJZ4DMI2OnVKHc9K3JTqFJiY8vk3jYVK7muZBMCJ59Ami/3r1bH+XxAq+U2mRj Z9WT329E4+pBYLzspq28wdIY5njZUsRbKuuJnmK8Fqg9dH4qWmiHK08pJqgW/EGYlQZp P2G4Pd7krNBdn/XIxr3FhOyyemyx9AGtDxeb8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=rB8zkKVNsddjt9n+Cnky3bE1i12Yhv0Qka9t7wWQjM7IH6MSsb/AFSWI7r2ZCbIWJV rcn5hvgULhKm6bzw30uFkvtc3LEsiOLPJC7ESU+fiODoaJUqmA2OkJX/7ZsABu9BJwTM eY7Oma8Qh8DOFgSJQJ3KC/JrlCUngIRc5CJX0= MIME-Version: 1.0 Received: by 10.231.152.209 with HTTP; Mon, 5 Apr 2010 10:01:03 -0700 (PDT) In-Reply-To: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3B6F7CC7@MBX03.exg5.exghost.com> References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3B6F7CC7@MBX03.exg5.exghost.com> Date: Mon, 5 Apr 2010 11:01:03 -0600 Received: by 10.231.59.5 with SMTP id j5mr2805652ibh.6.1270486863308; Mon, 05 Apr 2010 10:01:03 -0700 (PDT) Message-ID: From: Tim Judd To: Peter Steele Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-questions@freebsd.org" Subject: Re: 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 17:01:05 -0000 On 4/5/10, Peter Steele wrote: > 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 and a > few other text files. Running "make installworld" doesn't collect everything > that's needed. Is there a make option to gather all of the files? I assume > 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. > I use make distribution in /usr/src to create the rest of the /etc files.