Split out blocklist retrieving from setup.c to
grub-core/osdep/blocklist.c and add windows implementation since generic version doesn't work on NTFS on Windows due to aggressive unflushable cache.
This commit is contained in:
parent
c06c75201c
commit
5a869940de
13 changed files with 602 additions and 288 deletions
|
@ -1,3 +1,10 @@
|
|||
2013-10-15 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Split out blocklist retrieving from setup.c to
|
||||
grub-core/osdep/blocklist.c and add windows implementation since
|
||||
generic version doesn't work on NTFS on Windows due to aggressive
|
||||
unflushable cache.
|
||||
|
||||
2013-10-15 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Split grub-setup.c into frontend (grub-setup.c) and backend (setup.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue