diskimage-builder/diskimage_builder/elements/block-device-efi/README.rst
Piotr Parczewski f49dba8f62 Document EFI elements requirements
Change-Id: I6b47d44c86a11dfc71b7adf0d9bb27f5177717cb
2021-11-26 08:46:42 +01:00

14 lines
469 B
ReStructuredText

================
Block Device EFI
================
This provides a block-device configuration for the ``vm`` element to
get a single-partition disk suitable for EFI booting.
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.