CVSROOT: /cvsroot/grub
Module name: grub2
Changes by: Pavel Roskin <proski> 08/05/30 21:55:32
Modified files:
. : ChangeLog
util : biosdisk.c
Log message:
2008-05-30 Pavel Roskin <[EMAIL PROTECTED]>
* util/biosdisk.c (linux_find_partition): Simplify logic and
make the code more universal. Keep special processing for
devfs, but use a simple rule for all other devices. If the
device ends with a number, append 'p' and the partition number.
Otherwise, append only the partition number.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/grub2/ChangeLog?cvsroot=grub&r1=1.684&r2=1.685
http://cvs.savannah.gnu.org/viewcvs/grub2/util/biosdisk.c?cvsroot=grub&r1=1.18&r2=1.19