Message ID | 200912110104.35119.johannes.hirte@fem.tu-ilmenau.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff -Nru grub-0.97-r9/stage2/disk_io.c grub-0.97-r10/stage2/disk_io.c --- grub-0.97-r9/stage2/disk_io.c 2009-12-10 23:41:37.000000000 +0100 +++ grub-0.97-r10/stage2/disk_io.c 2009-12-11 00:50:51.555007247 +0100 @@ -79,6 +79,9 @@ # ifdef FSYS_ISO9660 {"iso9660", iso9660_mount, iso9660_read, iso9660_dir, 0, 0}, # endif +# ifdef FSYS_BTRFS + {"btrfs", btrfs_mount, btrfs_read, btrfs_dir, 0, btrfs_embed}, +# endif /* XX FFS should come last as it's superblock is commonly crossing tracks on floppies from track 1 to 2, while others only use 1. */ # ifdef FSYS_FFS