Make FreeBSD accept zpool.cache
* loader/i386/bsd.c (grub_freebsd_add_meta_module): spoof filename if
type is /boot/zfs/zpool.cache
+2009-07-16 Vladimir Serbinenko <phcoder@gmail.com>
+
+ Make FreeBSD accept zpool.cache
+
+ * loader/i386/bsd.c (grub_freebsd_add_meta_module): spoof filename if
+ type is /boot/zfs/zpool.cache
+
2009-07-16 Vladimir Serbinenko <phcoder@gmail.com>
Fix 64-bit efiemu
name++;
else
name = filename;
+ if (grub_strcmp (type, "/boot/zfs/zpool.cache") == 0)
+ name = "/boot/zfs/zpool.cache";
if (grub_freebsd_add_meta (FREEBSD_MODINFO_NAME, name,
grub_strlen (name) + 1))