Re: patch to add binstall and complete bzImage/zImage symmetry

H. Peter Anvin (hpa@transmeta.com)
29 May 1996 21:19:27 GMT


In article <01I58JQ5WB8M0002VI@VAX1.ROCKHURST.EDU>,
Aaron Ucko <UCKO@vax1.rockhurst.edu> wrote:
>+
>+# User may have a custom install script
>+
>+if [ -x /sbin/installbkernel ]; then exec /sbin/installbkernel "$@"; fi
>+

There is no reason to have a separate installbkernel program (in fact,
there is no reason for a separate binstall.sh either). If it is for
some odd reason necessary for these programs to know when they have
been invoked for a large kernel, just add a format parameter to the
invokation (consisting of either of the words "zImage" or "bzImage").

-hpa