Added support for remote booting: commands "expires" and "fallback"

This commit is contained in:
vanrein 2004-01-05 18:03:11 +00:00
parent d1d9022b1f
commit 6e7a81f3aa
9 changed files with 261 additions and 19 deletions

View file

@ -1,3 +1,13 @@
2004-01-05 Rick van Rein <rick@vanrein.org>
* stage2/builtins.c: New menu command "expires". The change also
influences the files stage2/shared.h, stage2/common.c, stage2/asm.S,
grub/asmstub.c and docs/grub.texi. The "fallback" command is now a
general command, in support of chained fallbacks.
* docs/grub.texi: Added missing documentation for ERR_NUMBER_OVERFLOW.
2003-12-30 Yoshinori K. Okuji <okuji@enbug.org>
* stage2/fsys_ext2fs.c (ext2_is_fast_symlink): New function.