diskimage-builder/diskimage_builder/elements/block-device-efi-lvm
Piotr Parczewski f49dba8f62 Document EFI elements requirements
Change-Id: I6b47d44c86a11dfc71b7adf0d9bb27f5177717cb
2021-11-26 08:46:42 +01:00
..
environment.d Add element block-device-efi-lvm 2021-06-01 17:27:28 +12:00
README.rst Document EFI elements requirements 2021-11-26 08:46:42 +01:00
block-device-default.yaml Add element block-device-efi-lvm 2021-06-01 17:27:28 +12:00
element-provides Add element block-device-efi-lvm 2021-06-01 17:27:28 +12:00

README.rst

Block Device EFI LVM

This provides a block-device configuration for the vm element to get a disk suitable for EFI booting which uses LVM to define multiple volumes mounted to /, /tmp, /var, and /home.

Please note that the sizes of the partitions may not be enough for production usage, they will need to be resized properly after deployment depending on the available disk size.

Note on x86 this provides the extra 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.