Well, things used to work the way your sample suggests, but not any more. Actually you still can do it that way but it's much easier just to do a "make install" which copies the new kernel to /boot, modifies the boot loader configuration file by adding a section for the new kernel (without deleting the old one), and if you do happen to be LILO it runs the /sbin/lilo command.
I think I know why they might list it that way though. The RHCE appears to be a certification for Linux in general, not just for RedHat. In which case some distros may not include a /sbin/installkernel command (the system command that the kernel Makefile actually calls to install the kernel). That command is part of the "mkinitrd" package and I'm not sure how many distros use that package.
[ November 22, 2002: Message edited by: void main ]