public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* fatal error: ... template
@ 2002-11-01 18:34 Bill Davidsen
  2002-11-02  7:34 ` Sam Ravnborg
  0 siblings, 1 reply; 2+ messages in thread
From: Bill Davidsen @ 2002-11-01 18:34 UTC (permalink / raw)
  To: Linux Kernel Mailing List

Perhaps this message might be rephrased, since "fatal" implies that "make 
install" didn't work (I'm typing on that kernel). It also might be a tad 
more helpful, to give someone a hint without reading the makefiles, etc.

End of my build and install:

make -f arch/i386/lib/Makefile 
make -f arch/i386/boot/Makefile BOOTIMAGE=arch/i386/boot/bzImage install
make -f arch/i386/boot/compressed/Makefile IMAGE_OFFSET=0x100000 arch/i386/boot/compressed/vmlinux
make[2]: `arch/i386/boot/compressed/vmlinux' is up to date.
sh arch/i386/boot/install.sh 2.5.44-ac5 arch/i386/boot/bzImage System.map ""
fatal error: unable to find a suitable template
oddball:root> exit
exit

Script done on Fri Nov  1 13:24:57 2002


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: fatal error: ... template
  2002-11-01 18:34 fatal error: ... template Bill Davidsen
@ 2002-11-02  7:34 ` Sam Ravnborg
  0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2002-11-02  7:34 UTC (permalink / raw)
  To: Bill Davidsen; +Cc: Linux Kernel Mailing List

On Fri, Nov 01, 2002 at 01:34:25PM -0500, Bill Davidsen wrote:
> sh arch/i386/boot/install.sh 2.5.44-ac5 arch/i386/boot/bzImage System.map ""
> fatal error: unable to find a suitable template
> oddball:root> exit
> exit
install.sh contains the following lines:

if [ -x ~/bin/installkernel ]; then exec ~/bin/installkernel "$@"; fi
if [ -x /sbin/installkernel ]; then exec /sbin/installkernel "$@"; fi

So you should look in the distribution specific installkernel files.
I do not see anything in install.sh that could result in the error above.

	Sam

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-11-02  7:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-01 18:34 fatal error: ... template Bill Davidsen
2002-11-02  7:34 ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox