From owner-freebsd-questions@FreeBSD.ORG Mon Apr 21 06:28:37 2003 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 E43F737B423 for ; Mon, 21 Apr 2003 06:28:36 -0700 (PDT) Received: from thalia.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id A98F743FDD for ; Mon, 21 Apr 2003 06:28:32 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b136.otenet.gr [212.205.244.144]) by thalia.otenet.gr (8.12.9/8.12.9) with ESMTP id h3LDSQQx027313; Mon, 21 Apr 2003 16:28:27 +0300 (EEST) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.9/8.12.9) with ESMTP id h3LDSQww008956; Mon, 21 Apr 2003 16:28:26 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.9/8.12.9/Submit) id h3LDSP9b008955; Mon, 21 Apr 2003 16:28:25 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 21 Apr 2003 16:28:25 +0300 From: Giorgos Keramidas To: Eduardo Viruena Message-ID: <20030421132825.GB2433@gothmog.gr> References: <20030421074349.47436.qmail@web40909.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030421074349.47436.qmail@web40909.mail.yahoo.com> cc: freebsd-questions@freebsd.org Subject: Re: CD9660_ROOT is missing in 5.0-RELEASE 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: Mon, 21 Apr 2003 13:28:37 -0000 On 2003-04-21 00:43, Eduardo Viruena wrote: > Hi List! > I'm trying to create a bootable CD with FreeBSD 5.0-RELEASE. > I'm just following a recipe given by Etienne de Bruin on: > > http://www.bsdtoday.com/2002/March/Features646.html > > But now I find that the kernel option: > > option CD9660_ROOT > > is not valid in FreeBSD 5.0-RELEASE. This option > allowed us to use a CD filesystem as root device. It's not needed anymore. You can use cdboot to boot from CD-ROMs (see /usr/src/sys/boot/i386/cdboot).