From owner-freebsd-hackers@FreeBSD.ORG Tue Nov 18 15:55:33 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AF031065673 for ; Tue, 18 Nov 2008 15:55:33 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from arcturus.maxiscale.com (arcturus.maxiscale.com [76.231.178.136]) by mx1.freebsd.org (Postfix) with ESMTP id 5A6F68FC24 for ; Tue, 18 Nov 2008 15:55:33 +0000 (UTC) (envelope-from psteele@maxiscale.com) X-ASG-Debug-ID: 1227023713-2ad900000000-P5m3U7 X-Barracuda-URL: http://10.100.1.25:8000/cgi-bin/mark.cgi Received: from polaris.maxiscale.com (localhost [127.0.0.1]) by arcturus.maxiscale.com (Spam Firewall) with ESMTP id 1AF5D2FCD0 for ; Tue, 18 Nov 2008 07:55:13 -0800 (PST) Received: from polaris.maxiscale.com (polaris.maxiscale.com [10.100.1.24]) by arcturus.maxiscale.com with ESMTP id yoVsZfsjPqgAaBDH for ; Tue, 18 Nov 2008 07:55:13 -0800 (PST) X-ASG-Whitelist: Client X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-ASG-Orig-Subj: RE: How can I add new binaries to the mfsroot image? Date: Tue, 18 Nov 2008 07:55:12 -0800 Message-ID: <2ACA3DE8F9758A48B8BE2C7A847F91F240C920@polaris.maxiscale.com> In-Reply-To: <200811182111.02367.doconnor@gsoft.com.au> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How can I add new binaries to the mfsroot image? Thread-Index: AclJakbwz4VfK68pScOV6AGR9fkjewAK2bEw References: <2ACA3DE8F9758A48B8BE2C7A847F91F23B502B@polaris.maxiscale.com> <2ACA3DE8F9758A48B8BE2C7A847F91F23B505B@polaris.maxiscale.com> <2ACA3DE8F9758A48B8BE2C7A847F91F23B5102@polaris.maxiscale.com> <200811182111.02367.doconnor@gsoft.com.au> From: "Peter Steele" To: X-Barracuda-Connect: polaris.maxiscale.com[10.100.1.24] X-Barracuda-Start-Time: 1227023723 X-Barracuda-Virus-Scanned: by Barracuda Spam Firewall at maxiscale.com Subject: RE: How can I add new binaries to the mfsroot image? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2008 15:55:33 -0000 >I believe you modify /usr/src/release/${ARCH}/boot_crunch.conf to do this. > >I haven't actually tried though... > >I think it would be possible to have a 'GEOM' menu that you can run prior to fdisk, label, etc that would allow you to >do some basic stuff like this. > >While the sysinstall code is a bit fugly it's not that difficult to hack on (speaking from limited experience :) Hmmm. I hadn't planned on actually creating a custom sysinstall but I guess that's another way we could approach this. I have some research to do...