Implement time command.
* grub-core/Makefile.core.def (time): New module. * grub-core/commands/time.c: New file. * grub-core/script/parser.y: Remove "time" keyword. * grub-core/script/yylex.l: Likewise.
This commit is contained in:
parent
5ebaad7eec
commit
5ff1d945ed
5 changed files with 82 additions and 3 deletions
|
@ -1641,3 +1641,8 @@ module = {
|
|||
common = commands/keylayouts.c;
|
||||
enable = videomodules;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = time;
|
||||
common = commands/time.c;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue