docs: Correct GRUB config file name for network boot
Correct the documentation for the grub.cfg searching via network that will be done based on ethernet type, -01, which was missing, and a given MAC address. Fixes: https://savannah.gnu.org/bugs/?65152 Signed-off-by: Andrew Hamilton <adhamilt@gmail.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
parent
097fd9d9a1
commit
1763d83f54
@ -2571,7 +2571,7 @@ value corresponds to a value on the client machine.
|
||||
@example
|
||||
@group
|
||||
@samp{(FWPATH)}/grub.cfg-@samp{(UUID OF MACHINE)}
|
||||
@samp{(FWPATH)}/grub.cfg-@samp{(MAC ADDRESS OF NIC)}
|
||||
@samp{(FWPATH)}/grub.cfg-01-@samp{(MAC ADDRESS OF NIC)}
|
||||
@samp{(FWPATH)}/grub.cfg-@samp{(IPv4 OR IPv6 ADDRESS)}
|
||||
@samp{(FWPATH)}/grub.cfg
|
||||
@end group
|
||||
@ -2596,7 +2596,7 @@ IPV4: 10.0.0.130 (0A000082)
|
||||
@example
|
||||
@group
|
||||
@samp{(FWPATH)}/grub.cfg-7726a678-7fc0-4853-a4f6-c85ac36a120a
|
||||
@samp{(FWPATH)}/grub.cfg-52-54-00-ec-33-81
|
||||
@samp{(FWPATH)}/grub.cfg-01-52-54-00-ec-33-81
|
||||
@samp{(FWPATH)}/grub.cfg-0A000082
|
||||
@samp{(FWPATH)}/grub.cfg-0A00008
|
||||
@samp{(FWPATH)}/grub.cfg-0A0000
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user