From owner-freebsd-questions@FreeBSD.ORG Thu Aug 1 16:14:48 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 34D254F0 for ; Thu, 1 Aug 2013 16:14:48 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-vb0-x234.google.com (mail-vb0-x234.google.com [IPv6:2607:f8b0:400c:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E71BF2CF6 for ; Thu, 1 Aug 2013 16:14:47 +0000 (UTC) Received: by mail-vb0-f52.google.com with SMTP id f12so2277288vbg.25 for ; Thu, 01 Aug 2013 09:14:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=E8990tK/dLqSIY4eV3Vic7uihl9PLO+/2unyQqB99sk=; b=boLpwKjWbO/dGMxwOq9UH//XDYS+8epttlCfIUTno6T88oW5lf0ZAlYV0kzHRhFCVo nN0pNG6Y1F9yFeq2hxznbIqzRvVk1JIbH4900XM4wv80CVuvISd79tXuSDYJ6HUCOiNa K0UR9XJWIrwfJVcpT6ZQ/bh3062PRAgrv416KWEvsqDvCPu9xrrQ+MDhP/ibSkjNee0e z2e2ukZuvvmi9e4sCbHw6sQsZaqCvGoOTRD5P0Pd2kH+78ASNEVdDQrUq6TlkVkN8VWn K3CSX2HD+hFT5tv8uie5d95c4haQd6YkRUNEkgftf8yk0wYGpeSOYP+M33AqgXACCrsZ NIXQ== MIME-Version: 1.0 X-Received: by 10.220.101.81 with SMTP id b17mr677560vco.79.1375373686730; Thu, 01 Aug 2013 09:14:46 -0700 (PDT) Received: by 10.220.96.78 with HTTP; Thu, 1 Aug 2013 09:14:46 -0700 (PDT) Date: Thu, 1 Aug 2013 12:14:46 -0400 Message-ID: Subject: Make Release From: "Sam Fourman Jr." To: freebsd general questions Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:14:48 -0000 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.