From owner-freebsd-questions@FreeBSD.ORG Sun Nov 21 14:36:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC84116A4CE for ; Sun, 21 Nov 2004 14:36:56 +0000 (GMT) Received: from ein.stridec.com (ein.stridec.com [203.124.106.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id D097543D39 for ; Sun, 21 Nov 2004 14:36:53 +0000 (GMT) (envelope-from sekali@kejadian.or.id) Received: from [155.69.184.3] (helo=[127.0.0.1]) by ein.stridec.com with esmtpa (Exim 4.43) id 1CVspW-0001Rt-Sn for freebsd-questions@freebsd.org; Sun, 21 Nov 2004 22:36:43 +0800 Message-ID: <41A0A7D9.4070307@kejadian.or.id> Date: Sun, 21 Nov 2004 22:36:09 +0800 From: Nyoman User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ein.stridec.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - kejadian.or.id X-Source: X-Source-Args: X-Source-Dir: Subject: Building own installer DVD with customized packages bundle X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Nov 2004 14:36:57 -0000 Hi, I want to build a DVD for release 5.3, so that I can have bunch of packages in just one installer media. I have read this two articles: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng/index.html http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng-packages/index.html so far the basic ideas that I grasp are: - to make the list of 'wanted' packages, I should use as reference: src/release/scripts/print-cdrom-packages.sh - do the actual splitting of the packages (that is, to only 1 DVD and 'scratch' directory), using the scripts available at ports/Tools/scripts/release/ as base/reference. but i have no experience before with creating ISO for FreeBSD, so I want to know,.. - how do I incorporate the newly 'splitted' packages to the FreeBSD installer CD (i.e Disc 1 of 5.3 RELEASE) - what else should I consider? thanks a lot, regards, Guido