* grub-core/net/net.c (GRUB_MOD_INIT): Don't register netfs.
This commit is contained in:
parent
0e1c1f61b6
commit
71645f6ec2
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue