Change the error message from the command "embed" to "No spare sectors on
the disk".
This commit is contained in:
parent
4232395f9f
commit
f51d8ce561
8 changed files with 25 additions and 7 deletions
10
ChangeLog
10
ChangeLog
|
@ -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>.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue