Change the error message from the command "embed" to "No spare sectors on

the disk".
This commit is contained in:
okuji 2001-12-09 21:11:38 +00:00
parent 4232395f9f
commit f51d8ce561
8 changed files with 25 additions and 7 deletions

View file

@ -1,3 +1,13 @@
2001-12-10 Yoshinori K. Okuji <okuji@gnu.org>
* stage2/shared.h (ERR_NO_DISK_SPACE): New constant.
* stage2/common.c (err_list): Added an entry for
ERR_NO_DISK_SPACE.
* docs/grub.texi (Stage2 errors): Added the description.
* stage2/builtins.c (embed_func): Use ERR_NO_DISK_SPACE instead
of ERR_DEV_VALUES when the spare space is too small. Suggested
by Eric Mumpower <nocturne@permabit.com>.
2001-12-10 Yoshinori K. Okuji <okuji@gnu.org>
* grub/asmstub.c: Include <signal.h>.