Merge "Document EFI elements requirements"

This commit is contained in:
Zuul 2021-12-06 19:58:16 +00:00 committed by Gerrit Code Review
commit 86e3d632fa
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 <https://en.wikipedia.org/wiki/BIOS_boot_partition>`__ and a EFI boot
partition for maximum compatability. 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 <https://en.wikipedia.org/wiki/BIOS_boot_partition>`__ and a EFI boot
partition for maximum compatability. partition for maximum compatability.
This element requires ``mkfs.vfat`` command to be available on the build
system, usually included in the dosfstools OS package.