mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-24 02:27:28 +00:00
* grub-core/net/net.c (GRUB_MOD_INIT): Don't register netfs.
This commit is contained in:
parent
0e1c1f61b6
commit
71645f6ec2
@ -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>
|
2012-02-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/kern/partition.c (grub_partition_get_name): Fix reverse
|
* grub-core/kern/partition.c (grub_partition_get_name): Fix reverse
|
||||||
|
@ -1509,7 +1509,6 @@ GRUB_MOD_INIT(net)
|
|||||||
grub_bootp_init ();
|
grub_bootp_init ();
|
||||||
grub_dns_init ();
|
grub_dns_init ();
|
||||||
|
|
||||||
grub_fs_register (&grub_net_fs);
|
|
||||||
grub_net_open = grub_net_open_real;
|
grub_net_open = grub_net_open_real;
|
||||||
fini_hnd = grub_loader_register_preboot_hook (grub_net_fini_hw,
|
fini_hnd = grub_loader_register_preboot_hook (grub_net_fini_hw,
|
||||||
grub_net_restore_hw,
|
grub_net_restore_hw,
|
||||||
|
Loading…
Reference in New Issue
Block a user