grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] New command checktime


From: Marco Gerards
Subject: Re: [PATCH] New command checktime
Date: Sun, 10 Aug 2008 20:04:23 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Hi,

Bean <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]