grubmenu is a simple script for create grub's menu.lst.

The kernel image installed is detected automatically
and a boot entry is created. The boot option of a kernel
can also be setup for every kernel.

In addition, a timeout, a setup of splash and a JP keyboard,
default boot kernel image, etc. are possible.

grubmenu corresponds also to the initrd image. However,
the same prefix as a kernel needs to be attached.

When using suspension of swsusp from the kernel
which is not a default boot kernel,
a default boot kernel can be changed temporarily.
(A risk of boot by the wrong kernel is avoided.)

This setup is performed in /etc/suspend.conf

Please copy an attached grubmenu.sh file
to below /etc/init.d or /etc/rc.d,
set execute permission on it.
And add grubmenu.sh to 
SWSUSP_STOP_SERVICES_BEFORE_SUSPEND and
SWSUSP_START_SERVICES_AFTER_RESUME of suspend.conf.

Please refer to man  grubmenu(8) for details.

