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:
Vladimir 'phcoder' Serbinenko 2011-05-15 12:01:03 +02:00
commit 5470225d58
4 changed files with 472 additions and 0 deletions

View file

@ -1009,6 +1009,11 @@ module = {
common = fs/reiserfs.c;
};
module = {
name = romfs;
common = fs/romfs.c;
};
module = {
name = sfs;
common = fs/sfs.c;