* grub-core/net/net.c (GRUB_MOD_INIT): Don't register netfs.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-08 20:10:17 +01:00
parent 0e1c1f61b6
commit 71645f6ec2
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2012-02-08 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/net/net.c (GRUB_MOD_INIT): Don't register netfs.
2012-02-08 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/partition.c (grub_partition_get_name): Fix reverse

View file

@ -1509,7 +1509,6 @@ GRUB_MOD_INIT(net)
grub_bootp_init ();
grub_dns_init ();
grub_fs_register (&grub_net_fs);
grub_net_open = grub_net_open_real;
fini_hnd = grub_loader_register_preboot_hook (grub_net_fini_hw,
grub_net_restore_hw,