2002-07-06 Yoshinori K. Okuji <okuji@enbug.org>
* stage2/shared.h (boot_part_offset): Removed. * stage2/disk_io.c (set_bootdev): Copy the partition information here. Now this function can call rawread, so it can fail. (boot_part_offset): Removed. * stage2/builtins.c (boot_func): Don't copy the partition information here. (real_root_func): Check ERRNUM after calling set_bootdev.
This commit is contained in:
parent
1548282786
commit
80d0f93b30
4 changed files with 45 additions and 43 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2002-07-06 Yoshinori K. Okuji <okuji@enbug.org>
|
||||
|
||||
* stage2/shared.h (boot_part_offset): Removed.
|
||||
|
||||
* stage2/disk_io.c (set_bootdev): Copy the partition information
|
||||
here. Now this function can call rawread, so it can fail.
|
||||
(boot_part_offset): Removed.
|
||||
|
||||
* stage2/builtins.c (boot_func): Don't copy the partition
|
||||
information here.
|
||||
(real_root_func): Check ERRNUM after calling set_bootdev.
|
||||
|
||||
2002-07-04 Yoshinori K. Okuji <okuji@enbug.org>
|
||||
|
||||
* docs/grub.texi (Reporting bugs): Use the group name (i.e.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue