From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ronald G Minnich Subject: Re: Xen bootloader Date: Fri, 14 Jul 2006 09:22:58 -0600 Message-ID: <44B7B6D2.4020801@lanl.gov> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Michael Loehr Cc: Ian Pratt , Anthony Liguori , xen-devel@lists.xensource.com, yhlu , Rob Bradford List-Id: xen-devel@lists.xenproject.org Michael Loehr wrote: > Hi Rob, > > we always talk about an 'initrd' but in fact this is normally an initramfs > ... From my point of view, there are several things. there's the old initrd there's the cpio-format initrams there's the initramfs you can build into a bzimage, by specifying several directories in the .config file, that automagically get bundled up into the bzImage. This last type is broken (build side) until recently. ron