From owner-freebsd-questions@FreeBSD.ORG Fri Oct 26 13:09:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44EE816A419 for ; Fri, 26 Oct 2007 13:09:38 +0000 (UTC) (envelope-from riaank@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id 195AB13C4A5 for ; Fri, 26 Oct 2007 13:09:38 +0000 (UTC) (envelope-from riaank@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1045324waf for ; Fri, 26 Oct 2007 06:09:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=yduRZ2ap2h5PW8DDtre271Wa158sTHTeZ3/H4Mv4vkk=; b=BFcyELi+8PZuXiVFZULLg1kK9AgeuwrvgB2+aHT6TpdiB82/o9jst9bDwucctauIs7kGaYwRdi0x7ftK+PSr641DGdwFNWAreKOQ1ItjomgoSdRRweNiE0s8QSSJPbwlq8mRPZnotHVuS68i/31ariDJKm2YAo2Y5vtdXqX+xgU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=MvXfELLyx1Mm+ZmI57MrBITL3QvpNyyomKpzmU38CuuHDiRI6sGCWHa+uMtJFjDL6tx4Ce47HPmqHBjJ/FwS8+16TIxxr6BRLwTJeamtr98/0tYGoXzqfV5FwPzAjPMyN2oN7EXhtNxt7Oq5Oi+yQCLuTSLWd4m7jRFUx57+xf8= Received: by 10.114.112.1 with SMTP id k1mr959379wac.1193404169661; Fri, 26 Oct 2007 06:09:29 -0700 (PDT) Received: by 10.114.38.5 with HTTP; Fri, 26 Oct 2007 06:09:29 -0700 (PDT) Message-ID: <85c4b1850710260609h2f3bc1f0x7117aa190bf21aa3@mail.gmail.com> Date: Fri, 26 Oct 2007 15:09:29 +0200 From: "Riaan Kruger" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Make Release Customization X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2007 13:09:38 -0000 What is the best way to add new files into the CHROOT environment when doing a make release? I am trying to create my own distribution using the make release, from release(7), mechanism. The problem is, is that I wish to add files to the CHROOT environment. These files are my own config files that I wish to process with the *"LOCAL**_**SCRIPT*" script. I know there is a *LOCAL**_**PATCHES *option with which to patch in stuff into the CHROOT environment. However, I wish to avoid the patching mechanism, because of many reasons (which I will explain if you want me to :) ) Riaan