From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harald Hoyer Subject: Re: initramfs building Date: Thu, 07 Jul 2011 10:28:15 +0200 Message-ID: <4E156E1F.7080704@redhat.com> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: initramfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: "Prashant Batra (prbatra)" Cc: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On 05.07.2011 10:05, Prashant Batra (prbatra) wrote: > Hi, > > To build a initramfs image as part of kenel, the path to the build image > is needed. > But if you start of a fresh kernel, you can not have the ramfs image > built for that kernel. > > So, the way is to build the kernel, install all the modules into > /lib/modules/version folder, then build the initramfs image, include the > path in kernel config and again build kernel image. > > Is this correct or there is a better procedure? > > Regards, > Prashant Batra I do it the same way...