* include/grub/disk.h (grub_disk): Remove has_partitions.
All users updated. * disk/loopback.c (grub_loopback): Remove has_partitions. All users updated. (options): Remove partitions. All users updated. * util/grub-fstest.c (fstest): Don't pass "-p" to loopback. * util/i386/pc/grub-setup.c (setup): copy partition table only when actual partition table is found.
This commit is contained in:
parent
3352800b99
commit
94564f81a8
21 changed files with 49 additions and 71 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2010-09-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* include/grub/disk.h (grub_disk): Remove has_partitions.
|
||||
All users updated.
|
||||
* disk/loopback.c (grub_loopback): Remove has_partitions.
|
||||
All users updated.
|
||||
(options): Remove partitions. All users updated.
|
||||
* util/grub-fstest.c (fstest): Don't pass "-p" to loopback.
|
||||
* util/i386/pc/grub-setup.c (setup): copy partition table only when
|
||||
actual partition table is found.
|
||||
|
||||
2010-09-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Remove readability checks (too many false negatives).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue