2008-05-30 Robert Millan <rmh@aybabtu.com>
* util/grub.d/00_header.in: Remove obsolete comment referencing convert_system_path_to_grub_path(). * util/update-grub.in: Likewise. * util/update-grub_lib.in (is_path_readable_by_grub): New function. (convert_system_path_to_grub_path): Add a warning message explaining that this function is deprecated. Rely on is_path_readable_by_grub() for the readability checks. (font_path): Use is_path_readable_by_grub() for the readability check rather than convert_system_path_to_grub_path().
This commit is contained in:
parent
972e2f7a66
commit
cab63c95dc
4 changed files with 29 additions and 5 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2008-05-30 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* util/grub.d/00_header.in: Remove obsolete comment referencing
|
||||
convert_system_path_to_grub_path().
|
||||
* util/update-grub.in: Likewise.
|
||||
* util/update-grub_lib.in (is_path_readable_by_grub): New function.
|
||||
(convert_system_path_to_grub_path): Add a warning message explaining
|
||||
that this function is deprecated. Rely on is_path_readable_by_grub()
|
||||
for the readability checks.
|
||||
(font_path): Use is_path_readable_by_grub() for the readability
|
||||
check rather than convert_system_path_to_grub_path().
|
||||
|
||||
2008-05-30 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* util/update-grub_lib.in (prepare_grub_to_access_device): New function.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue