Leverage BFS implementation to read AFS.
* Makefile.util.def (libgrubmods): Add afs.c. * grub-core/Makefile.core.def (afs): New module * grub-core/fs/afs.c: New file. * grub-core/fs/bfs.c [MODE_AFS]: Adapt for AFS.
This commit is contained in:
parent
80f9f81424
commit
eb0b6b45f3
5 changed files with 168 additions and 63 deletions
|
@ -970,6 +970,11 @@ module = {
|
|||
common = fs/affs.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = afs;
|
||||
common = fs/afs.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = bfs;
|
||||
common = fs/bfs.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue