* grub-core/fs/bfs.c (mount): Improve filesystem detection reliability.
* grub-core/fs/ext2.c (grub_ext2_mount): Likewise. * grub-core/fs/hfs.c (grub_hfs_mount): Likewise. * grub-core/fs/hfsplus.c (grub_hfsplus_mount): Likewise. * grub-core/fs/jfs.c (grub_jfs_mount): Likewise. * grub-core/fs/minix.c (grub_minix_mount): Likewise. * grub-core/fs/ntfs.c (grub_ntfs_mount): Likewise. * grub-core/fs/romfs.c (grub_romfs_mount): Likewise. * grub-core/fs/xfs.c (grub_xfs_mount): Likewise.
This commit is contained in:
parent
fe8c2f1117
commit
2e57f28fc7
10 changed files with 63 additions and 18 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2012-05-12 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/fs/bfs.c (mount): Improve filesystem detection reliability.
|
||||
* grub-core/fs/ext2.c (grub_ext2_mount): Likewise.
|
||||
* grub-core/fs/hfs.c (grub_hfs_mount): Likewise.
|
||||
* grub-core/fs/hfsplus.c (grub_hfsplus_mount): Likewise.
|
||||
* grub-core/fs/jfs.c (grub_jfs_mount): Likewise.
|
||||
* grub-core/fs/minix.c (grub_minix_mount): Likewise.
|
||||
* grub-core/fs/ntfs.c (grub_ntfs_mount): Likewise.
|
||||
* grub-core/fs/romfs.c (grub_romfs_mount): Likewise.
|
||||
* grub-core/fs/xfs.c (grub_xfs_mount): Likewise.
|
||||
|
||||
2012-05-11 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Use grub-probe and not cmp to check that disk is empty.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue