Re: fatal error: ... template

From: Sam Ravnborg (sam@ravnborg.org)
Date: Sat Nov 02 2002 - 02:34:10 EST


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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Nov 07 2002 - 22:00:23 EST