+2010-09-12 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * grub-core/kern/emu/main.c (main): Call hostfs_init only after init_all.
+
2010-09-12 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/menuentry.c (append_menu_entry): Don't rely on
grub_emu_init ();
grub_console_init ();
grub_host_init ();
- grub_hostfs_init ();
/* XXX: This is a bit unportable. */
grub_util_biosdisk_init (dev_map);
grub_init_all ();
+ grub_hostfs_init ();
+
grub_emu_post_init ();
/* Make sure that there is a root device. */