From owner-freebsd-current@FreeBSD.ORG Sun Oct 24 15:33:18 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 0A0A9106564A; Sun, 24 Oct 2010 15:33:18 +0000 (UTC) (envelope-from erik@cederstrand.dk) Received: from csmtp2.one.com (csmtp2.one.com [91.198.169.22]) by mx1.freebsd.org (Postfix) with ESMTP id 8AEAE8FC21; Sun, 24 Oct 2010 15:33:17 +0000 (UTC) Received: from macfeast.lan (0x573b9942.cpe.ge-1-2-0-1101.ronqu1.customer.tele.dk [87.59.153.66]) by csmtp2.one.com (Postfix) with ESMTPA id 73C7F6D6AF882; Sun, 24 Oct 2010 15:07:20 +0000 (UTC) Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: multipart/signed; boundary=Apple-Mail-182-387995717; protocol="application/pkcs7-signature"; micalg=sha1 From: Erik Cederstrand In-Reply-To: <1287866401.2580.5.camel@home-yahoo> Date: Sun, 24 Oct 2010 17:07:20 +0200 Message-Id: References: <1287866401.2580.5.camel@home-yahoo> To: sbruno@freebsd.org X-Mailer: Apple Mail (2.1081) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current Subject: Re: Small /etc/src.conf X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 15:33:18 -0000 --Apple-Mail-182-387995717 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Den 23/10/2010 kl. 22.40 skrev Sean Bruno: > 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. Apart from the mentioned src/make.conf options, you might want to try = removing "makeoptions DEBUG=3D-g" from the kernel config, plus support = for hardware you will never need. The debugging symbols in /boot/kernel = use a lot of space. THanks, Erik= --Apple-Mail-182-387995717--