CVSROOT: /sources/grub
Module name: grub2
Changes by: Robert Millan <robertmh> 08/05/30 15:09:11
Modified files:
. : ChangeLog
util : update-grub.in update-grub_lib.in
util/grub.d : 00_header.in
Log message:
2008-05-30 Robert Millan <[EMAIL PROTECTED]>
* 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().
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/grub2/ChangeLog?cvsroot=grub&r1=1.680&r2=1.681
http://cvs.savannah.gnu.org/viewcvs/grub2/util/update-grub.in?cvsroot=grub&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/grub2/util/update-grub_lib.in?cvsroot=grub&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/grub2/util/grub.d/00_header.in?cvsroot=grub&r1=1.12&r2=1.13