From owner-freebsd-hackers@FreeBSD.ORG Tue Oct 1 01:55:04 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2A457F92 for ; Tue, 1 Oct 2013 01:55:04 +0000 (UTC) (envelope-from lidl@pix.net) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254::3c]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F18612366 for ; Tue, 1 Oct 2013 01:55:03 +0000 (UTC) Received: from torb.pix.net (torb.pix.net [IPv6:2001:470:e254:10:12dd:b1ff:febf:eca9]) (authenticated bits=0) by hydra.pix.net (8.14.5/8.14.5) with ESMTP id r911t1ri028227; Mon, 30 Sep 2013 21:55:01 -0400 (EDT) (envelope-from lidl@pix.net) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.97.8 at mail.pix.net Message-ID: <524A2B75.3020704@pix.net> Date: Mon, 30 Sep 2013 21:55:01 -0400 From: Kurt Lidl User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Aryeh Friedman Subject: Re: best way to make dvd appear to me a .iso file to the FS References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Oct 2013 01:55:04 -0000 On 9/30/13 9:46 PM, Aryeh Friedman wrote: > bhyveload(8) only let's you use .ISO's for install media and I want to make > it so I can just insert a DVD (/dev/cd0) and bhyve can read it as if it was > a just a normal file and not a device... short of copying it to the hard > drive is there any other solution anyone can think of? Well, you can create a zvol to hold the bootable UFS filesystem, and just mount the cd-image, and extract the /usr/freebsd-dist/* tarfiles directly into the freshly created filesystem... -Kurt