From owner-freebsd-current@FreeBSD.ORG Sat Oct 23 20:42:15 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 114541065672 for ; Sat, 23 Oct 2010 20:42:15 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout2.yahoo.com (mrout2.yahoo.com [216.145.54.172]) by mx1.freebsd.org (Postfix) with ESMTP id D4D4B8FC16 for ; Sat, 23 Oct 2010 20:42:14 +0000 (UTC) Received: from [127.0.0.1] (proxy8.corp.yahoo.com [216.145.48.13]) by mrout2.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id o9NKe2pM050062 for ; Sat, 23 Oct 2010 13:40:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=yahoo-inc.com; s=cobra; t=1287866402; bh=TGH9cRyddzPqar0zUpSAmnI+dNFuE98xkkcYgT5+XAw=; h=Subject:From:Reply-To:To:Content-Type:Date:Message-ID: Mime-Version:Content-Transfer-Encoding; b=GoVOP9X4JcyFlBFotFE6b6x8g/ahSAjbfUNbbDjpYcdoBTPwVtx0BvNUC0cWCGP5q U8FdmkP4jWDLDOlV9j4jruamV8XZAFybzLJOiBp03LyyPHxmbcKtJG1cSqvvv7WKWi QgxPJoj1ul1QyOz0BNpDs2LEYRgXW76gPd8q0pdk= From: Sean Bruno To: freebsd-current Content-Type: text/plain; charset="UTF-8" Date: Sat, 23 Oct 2010 13:40:01 -0700 Message-ID: <1287866401.2580.5.camel@home-yahoo> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 (2.28.3-1.fc12) Content-Transfer-Encoding: 7bit Subject: Small /etc/src.conf X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sbruno@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2010 20:42:15 -0000 Anyone have a src.conf + make.conf that I can steal to build a small installation of BSD? I've been trying to shrink the installation so I can cram an ISO of BSD across the network into a remote installation thing in an HP box. Sean