Network infrastructure
This commit is contained in:
parent
c4d0b332c5
commit
1bf0e31cfb
7 changed files with 522 additions and 43 deletions
|
@ -124,7 +124,7 @@ grub_fs_probe (grub_device_t device)
|
|||
count--;
|
||||
}
|
||||
}
|
||||
else if (device->net->fs)
|
||||
else if (device->net)
|
||||
return device->net->fs;
|
||||
|
||||
grub_error (GRUB_ERR_UNKNOWN_FS, "unknown filesystem");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue