From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:39837 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932148Ab3GWNTX (ORCPT ); Tue, 23 Jul 2013 09:19:23 -0400 Message-ID: <51EE82D5.8030602@suse.cz> Date: Tue, 23 Jul 2013 15:19:17 +0200 From: Michal Marek MIME-Version: 1.0 Subject: Re: [PATCH 1/3] kbuild: add %post section to create initramfs and grub hooks References: <20130624143658.10761.3787.stgit@phlsvslse11.ph.intel.com> <20130624143822.10761.47446.stgit@phlsvslse11.ph.intel.com> In-Reply-To: <20130624143822.10761.47446.stgit@phlsvslse11.ph.intel.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Mike Marciniszyn Cc: Doug Ledford , linux-kbuild@vger.kernel.org, mmarcini@yahoo.com On 24.6.2013 16:38, Mike Marciniszyn wrote: > /sbin/installkernel is used to insure grub hooks are > inserted and the initramfs is created on the > target system. > > The invokation installkernel will work with any > kernel as long as: > - /sbin/installkernel exists > - the kernel and sysem map files are readable > > Signed-off-by: Mike Marciniszyn Applied to kbuild.git#misc. Michal