From owner-freebsd-questions@FreeBSD.ORG Wed Feb 10 22:00:21 2010 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 6E971106568F for ; Wed, 10 Feb 2010 22:00:21 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [83.235.67.31]) by mx1.freebsd.org (Postfix) with ESMTP id CDF248FC18 for ; Wed, 10 Feb 2010 22:00:20 +0000 (UTC) Received: from pulstar.local (athedsl-4556921.home.otenet.gr [94.70.84.129]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id o1AM0JIs006200; Thu, 11 Feb 2010 00:00:19 +0200 Message-ID: <4B732C72.1050806@otenet.gr> Date: Thu, 11 Feb 2010 00:00:18 +0200 From: Manolis Kiagias User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 MIME-Version: 1.0 To: Pierre-Luc Drouin References: <4B7320DA.2080606@pldrouin.net> <4B732695.5080701@otenet.gr> <4B732795.70702@pldrouin.net> In-Reply-To: <4B732795.70702@pldrouin.net> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: "freebsd-questions@freebsd.org" Subject: Re: How to create a FreeBSD 8.0 boot CD without boot.flp? 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: Wed, 10 Feb 2010 22:00:21 -0000 On 10/02/2010 11:39 μ.μ., Pierre-Luc Drouin wrote: > Great Thanks! So when I create a boot CD using the boot image, are the > kernel files contained in /boot/kernel read at all during boot? > How exactly are you creating your image? The basic directories in a FreeBSD install iso are 'boot' (containing the kernel that will be used for the CD boot) and a directory with the name of the release e.g. 7.2-RELEASE. If you wish to include packages they should be in a 'packages' directory on the root of the CD. If live functionality is required (FreeBSD livefs CD) there are more directories, essentially resembling the structure of an installed base system.