clarify ifdtool location for grub hardening
Signed-off-by: Leah Rowe <info@minifree.org>master
parent
c131211696
commit
a662f2f19a
|
@ -303,6 +303,11 @@ The simplest way is to just do this:
|
|||
|
||||
ifdtool -x canoeboot.rom -O canoeboot.rom
|
||||
|
||||
If you did the step before, to compile `cbfstool`, you can find ifdtool in
|
||||
the `elf/` directory, e.g. `elf/ifdtool/default/ifdtool`. Make sure to use
|
||||
the correct version, as per `tree=` (same as before when deciding to which
|
||||
cbfstool version to use based on the coreboot tree used by your board).
|
||||
|
||||
Note that this only works for Intel-based systems that use an Intel Flash
|
||||
Descriptor, which is actually most Intel systems that Canoeboot supports.
|
||||
|
||||
|
|
Loading…
Reference in New Issue