Document EFI elements requirements

Change-Id: I6b47d44c86a11dfc71b7adf0d9bb27f5177717cb
This commit is contained in:
Piotr Parczewski 2021-11-26 08:46:42 +01:00
parent 11d25f76d2
commit f49dba8f62
2 changed files with 4 additions and 0 deletions

View File

@ -14,3 +14,5 @@ Note on x86 this provides the extra `BIOS boot partition
<https://en.wikipedia.org/wiki/BIOS_boot_partition>`__ and a EFI boot
partition for maximum compatability.
This element requires ``dosfstools`` and ``lvm2`` packages to be installed
on the build system.

View File

@ -9,3 +9,5 @@ Note on x86 this provides the extra `BIOS boot partition
<https://en.wikipedia.org/wiki/BIOS_boot_partition>`__ and a EFI boot
partition for maximum compatability.
This element requires ``mkfs.vfat`` command to be available on the build
system, usually included in the dosfstools OS package.