loader.efi: add note about iPXE into the efipart.c
Commant update.
This commit is contained in:
parent
0db2102aaa
commit
61da91207d
@ -260,6 +260,8 @@ efipart_hdd(EFI_DEVICE_PATH *dp)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* We assume the block size 512 or greater power of 2.
|
* We assume the block size 512 or greater power of 2.
|
||||||
|
* iPXE is known to insert stub BLOCK IO device with
|
||||||
|
* BlockSize 1.
|
||||||
*/
|
*/
|
||||||
if (blkio->Media->BlockSize < 512 ||
|
if (blkio->Media->BlockSize < 512 ||
|
||||||
!powerof2(blkio->Media->BlockSize)) {
|
!powerof2(blkio->Media->BlockSize)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user