2008-06-04 Robert Millan <rmh@aybabtu.com>

* util/biosdisk.c (get_drive): Rename to ...
        (find_grub_drive): ... this.  Update all users.

        (get_os_disk): Rename to ...
        (convert_system_partition_to_system_disk): ... this.  Update all users.

        (find_drive): Rename to ...
        (find_system_device): ... this.  Update all users.
This commit is contained in:
robertmh 2008-06-04 13:59:55 +00:00
parent e6a30859dd
commit 1ad36d3785
2 changed files with 19 additions and 8 deletions

View file

@ -1,3 +1,14 @@
2008-06-04 Robert Millan <rmh@aybabtu.com>
* util/biosdisk.c (get_drive): Rename to ...
(find_grub_drive): ... this. Update all users.
(get_os_disk): Rename to ...
(convert_system_partition_to_system_disk): ... this. Update all users.
(find_drive): Rename to ...
(find_system_device): ... this. Update all users.
2008-06-04 Robert Millan <rmh@aybabtu.com>
* util/biosdisk.c (get_os_disk): Handle IDA devices.