Hi,

Bean <[EMAIL PROTECTED]> writes:

> I implement this command for grub4dos some time ago, now it's ported to grub2.
>
> Usage:
>
>   checktime min hour day_of_month month day_of_week

Personally I would prefer it if it worked a bit more GRUB2/bash like.
So can you make this variables?

For example:

if ($WEEKDAY = Sunday); then
  ...
fi

The same can be done for all week number, day number, year, etc, etc.

The advantage of this is that many users are familiar with such syntax
and it will give them more control.  Furthermore, this is what I
intended with the scripting support in the first place.  So can you
please follow such scheme?

--
Marco



_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to