Re: fatal error: ... template

Sam Ravnborg (sam@ravnborg.org)
Sat, 2 Nov 2002 08:34:10 +0100


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/