Add note about UEFI support in Train

UEFI is not supported in Train, and if a user attempts to deploy
a UEFI whole disk image the installation will fail during bootloader
installation. Make this clear in the documentation.

TrivialFix

Change-Id: I29a8cbe249cf571d84a4522fc107ce7a2298653a
This commit is contained in:
Doug Szumski 2020-04-23 20:08:51 +01:00
parent 78d91c15dd
commit 8b21d31fce
1 changed files with 3 additions and 0 deletions

View File

@ -374,6 +374,9 @@ There are certain limitations to be aware of:
devices at boot time (which is usually done by having the RAID drivers
embedded in the image's initrd).
* For local boot, UEFI is not supported and you must use legacy BIOS mode.
UEFI support arrives in Ussuri.
* Regular cleaning will not remove RAID configuration (similarly to hardware
RAID). To destroy RAID run the ``delete_configuration`` manual clean step.