From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from kleinhenz.com (static.88-198-202-190.clients.your-server.de [88.198.202.190]) by ozlabs.org (Postfix) with ESMTP id 9EC3C67BF2 for ; Thu, 21 Sep 2006 21:24:00 +1000 (EST) Message-ID: <45127177.3000408@hogyros.de> Date: Thu, 21 Sep 2006 13:03:19 +0200 From: Simon Richter MIME-Version: 1.0 To: Paul Mackerras Subject: Re: First cut of "wrapper" program References: <17681.53490.705075.155580@cargo.ozlabs.ibm.com> In-Reply-To: <17681.53490.705075.155580@cargo.ozlabs.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, Paul Mackerras wrote: > Here is a prototype of a "wrapper" program which will take a kernel, > and optionally an initrd image and/or a device tree blob, and create a > bootable zImage. My idea is that the Makefile in arch/powerpc/boot > will construct the files that this needs, then run it one or more > times to create whatever images are needed. Hmm, in Debian there is a tool called mkvmlinuz that does this, which is run in a hook script after generating an initrd. Simon