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

@ -1,3 +1,11 @@
2011-05-15 Vladimir Serbinenko <phcoder@gmail.com>
ROMFS support.
* Makefile.util.def (libgrubmods.a): Add romfs.
* grub-core/Makefile.core.def (romfs): New module.
* grub-core/fs/romfs.c: New file.
2011-05-15 Vladimir Serbinenko <phcoder@gmail.com>
Squashfs v4 support.