From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HggTu-0008An-RW for qemu-devel@nongnu.org; Wed, 25 Apr 2007 08:20:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HggTr-00085O-Gm for qemu-devel@nongnu.org; Wed, 25 Apr 2007 08:20:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HggTr-00085E-BM for qemu-devel@nongnu.org; Wed, 25 Apr 2007 08:20:19 -0400 Received: from canuck.infradead.org ([209.217.80.40]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HggOE-0004To-CD for qemu-devel@nongnu.org; Wed, 25 Apr 2007 08:14:30 -0400 Received: from pmac.infradead.org ([2001:8b0:10b:1:20d:93ff:fe7a:3f2c]) by canuck.infradead.org with esmtpsa (Exim 4.63 #1 (Red Hat Linux)) id 1HggNI-0007q8-9n for qemu-devel@nongnu.org; Wed, 25 Apr 2007 08:14:25 -0400 Subject: Re: [Qemu-devel] OpenHackWare hacking From: David Woodhouse In-Reply-To: <200704201608.56320.eswierk@arastra.com> References: <200704201608.56320.eswierk@arastra.com> Content-Type: text/plain Date: Wed, 25 Apr 2007 13:13:28 +0100 Message-Id: <1177503208.2755.203.camel@pmac.infradead.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Fri, 2007-04-20 at 16:08 -0700, Ed Swierk wrote: > - The Fedora 6 version of yaboot looks for a "conf=" parameter in the bootargs > to tell it where to find yaboot.conf; OHW needs to read this parameter from > the boot script and pass it along. That's optional -- if you don't pass it, then yaboot should find /etc/yaboot.conf instead of the 32-bit-specific one, and you'll have to manually choose 'linux32' instead of the default 'linux64'. But the installer should work nonetheless. -- dwmw2