From owner-freebsd-hackers@FreeBSD.ORG Sun Nov 23 20:30:21 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EA7A16A4CE for ; Sun, 23 Nov 2003 20:30:21 -0800 (PST) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 687A043FDD for ; Sun, 23 Nov 2003 20:30:19 -0800 (PST) (envelope-from doconnor@gsoft.com.au) Received: from localhost (localhost [127.0.0.1]) by cain.gsoft.com.au (8.12.9/8.12.8) with ESMTP id hAO4UChk033686; Mon, 24 Nov 2003 15:00:14 +1030 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: Leo Bicknell , freebsd-hackers@freebsd.org Date: Mon, 24 Nov 2003 15:00:12 +1030 User-Agent: KMail/1.5.3 References: <20031124022837.GA54284@ussenterprise.ufp.org> In-Reply-To: <20031124022837.GA54284@ussenterprise.ufp.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311241500.12216.doconnor@gsoft.com.au> X-Spam-Score: -4.4 () CARRIAGE_RETURNS,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_02_03,USER_AGENT,USER_AGENT_KMAIL X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) Subject: Re: Making a FreeBSD DVD X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 04:30:21 -0000 On Monday 24 November 2003 12:58, Leo Bicknell wrote: > I'd like to make my own distribution DVD's. I know how to make > CD's, but looking at release(7) I see lots of documentation for > CD's, and none for DVD's. Googling turns up nothing of interest > in the first three pages. > > Can anyone point me to the documentation on how to build DVD's, > a-la what they sell on FreeBSD mall? I don't think the difference between the two is particularly relevant. make release will make an directory suitable to put on a CD or DVD. It's just that if you use a DVD you can fit a lot more packages/distfiles on the disk (which make release doesn't do for you anyway). Try it and see :) I'm not sure if sysinstall groks UDF either, so I think it would be wise to put at an ISO9660 compat FS on the disk. -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 9A8C 569F 685A D928 5140 AE4B 319B 41F4 5D17 FDD5