bootkernel
Shell script to manage linux kernels in /boot directory
...A profile "~/bootkernel.conf" or "/etc/bootkernel.conf" controls all aspects of bootkernel's behaviour - your chosen naming conventions, whether to maintain symbolic or hard links or neither, which filesystems (if any) need mounting and unmounting, and whether to delete redundant /lib/modules directories when removing the last corresponding kernel.
"Install" copies kernel and other selected files to /boot, adding a ".new" extension.
"Accept" moves current /boot files to ".old" extension, and moves those with ".new" to current,
"List" shows all the kernels in /boot, marked as "new", "old", "current" and "executing" where applicable
"Remove" deletes a specified kernel and associated files from /boot.
...