ROMFS support.
* Makefile.util.def (libgrubmods.a): Add romfs. * grub-core/Makefile.core.def (romfs): New module. * grub-core/fs/romfs.c: New file.
This commit is contained in:
commit
5470225d58
4 changed files with 472 additions and 0 deletions
|
@ -1009,6 +1009,11 @@ module = {
|
|||
common = fs/reiserfs.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = romfs;
|
||||
common = fs/romfs.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = sfs;
|
||||
common = fs/sfs.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue