From owner-freebsd-questions@FreeBSD.ORG Thu Aug 1 16:40:23 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DADF9E1F for ; Thu, 1 Aug 2013 16:40:23 +0000 (UTC) (envelope-from amitabhkant@gmail.com) Received: from mail-oa0-x229.google.com (mail-oa0-x229.google.com [IPv6:2607:f8b0:4003:c02::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A67612E51 for ; Thu, 1 Aug 2013 16:40:23 +0000 (UTC) Received: by mail-oa0-f41.google.com with SMTP id j6so4868912oag.14 for ; Thu, 01 Aug 2013 09:40:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=w2bLW2Qf9gTUh7m0z8AEDqjct5HXaRFzzWyAc/0WOz0=; b=wseH0Qf3nQrG3nCrRj55lH0LGqaOUvMd4bvTBPJhpkfKNjsx8U0nupdDHqxXO/gSXU tOzNeIRFJ7ACPi92dsWZkA7sVBNB9+CO+sLJDaiD765W8H2HA8FqszgNKNAIBF5z9/F4 vVCCJ/o4OoOYMmvNR5DyoNRl4nFy0+wSCo3zTx2+RIAmGgsAdLz/eLEM1o045n3WN0L1 GooOI5znLybmb5a52x14ItJzbG2k43UsBaaI/RXWHl30C5AcIPGIrt7O4TeUOaI2032c QVdjAwc9xFicIn3xzIm3pednLlOMjJCyrXthKz142SCMhIvFqXbLP6/TV9zkHLN7K18m yq1g== X-Received: by 10.182.246.39 with SMTP id xt7mr1977528obc.16.1375375222237; Thu, 01 Aug 2013 09:40:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.111.194 with HTTP; Thu, 1 Aug 2013 09:40:01 -0700 (PDT) In-Reply-To: References: From: Amitabh Kant Date: Thu, 1 Aug 2013 22:10:01 +0530 Message-ID: Subject: Re: Make Release To: "Sam Fourman Jr." Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd general questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Aug 2013 16:40:23 -0000 Devin Teske & Rick Miller have a fairly extensive explanation on their blogs on how to create your own modified iso's. Search the archives for links. Hopefully they can chime in with their respective links. I the meantime , the following link has somewhat of my own notes for creating a custom cd; http://www.amitabhkant.com/custom_iso_with_bsdinstall_in_freebsd/ Does not cover all points, but hopefully should give you a starting point. My link is only applicable for bsdinstall (9.0 & 9.1) based installers. Amitabh Kant On Thu, Aug 1, 2013 at 9:44 PM, Sam Fourman Jr. wrote: > one specific question I have, that I can't find in the handbook... > To make a FreeBSD release, that is to build the install images... you build > world, and kernel.. then go to /etc/src/release and type make release... > after this, the release images show up in /usr/obj/usr/src/release > > What I WANT to know.. is what shell script or file can I edit, to modify > the install image BEFORE its created... for example say I wanted to add a > line to /etc/rc.conf on the memstick.img file that gets created > > I understand that there may be better ways to accomplish this, but editing > /etc/rc.conf is ONLY a example, im trying to find a simple way to create a > "slightly" modified install media for my own internal purposes... > eg: ssh enabled and the ethernet card set to DHCP, so I can remote > install... I am aware of mfsBSD, as well as DruidBSD, however i'm looking > for something simple that I can script. > any help or thoughts is appreciated > -- > > Sam Fourman Jr. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >