2010-09-09 Robert Millan <rmh@gnu.org>

Basic Btrfs support (detection and UUID).
	
	* grub-core/fs/btrfs.c: New file.
	* Makefile.util.def (library): Register btrfs.c.
	* grub-core/Makefile.core.def: Likewise.
This commit is contained in:
Robert Millan 2010-09-09 01:12:10 +02:00
parent 6b8e78aee3
commit 4dfbc57428
4 changed files with 146 additions and 0 deletions

View file

@ -43,6 +43,7 @@ library = {
common = grub-core/fs/afs.c;
common = grub-core/fs/befs_be.c;
common = grub-core/fs/befs.c;
common = grub-core/fs/btrfs.c;
common = grub-core/fs/cpio.c;
common = grub-core/fs/ext2.c;
common = grub-core/fs/fat.c;