From owner-freebsd-questions@FreeBSD.ORG Sat Feb 4 09:20:28 2012 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 330B01065674 for ; Sat, 4 Feb 2012 09:20:28 +0000 (UTC) (envelope-from amitabhkant@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id E126E8FC12 for ; Sat, 4 Feb 2012 09:20:27 +0000 (UTC) Received: by vbbfa15 with SMTP id fa15so4756401vbb.13 for ; Sat, 04 Feb 2012 01:20:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=lANKOEAphoyfu7zG+Ga25v9ugIOkVKEqg/SliGV79GE=; b=lBBHUGj6BHGIwqSASNfZxNNdNwz4yP/4U3XEvIKUHxtlWoltXyj7sjL5U/FQnXwbO+ JlHThPDttiCELOQyAY3YKjH2+OL5ULIqZtIE5b9Z9L5K26dSe8I3GdIOZjfqWusAC4Es Y729ZyTNcR1c8puL8YnGOMFyKzrQiNKSunZDg= Received: by 10.52.72.83 with SMTP id b19mr3378006vdv.24.1328347227133; Sat, 04 Feb 2012 01:20:27 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.76.8 with HTTP; Sat, 4 Feb 2012 01:20:07 -0800 (PST) From: Amitabh Kant Date: Sat, 4 Feb 2012 14:50:07 +0530 Message-ID: To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD custom CD and extra files to be included in the iso 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: Sat, 04 Feb 2012 09:20:28 -0000 I have been able to use the "make release" command to create a custom iso for FreeBSD which includes some changes to the various bsdinstall scripts. It all works well as the iso / memory stick images / ftp files are generated and usable. What I would now like to do is try adding couple of files, scripts and/or packages, to this custom iso. I am a little confused on where the files should be placed so that it is placed in either root's home directory after installation? Amitabh