On Mon, 22 Sept 2025 at 07:59, nanliu <nan...@redhat.com> wrote: > > The documentation for UEFI variable storage in uefi-vars.rst > incorrectly listed the device name as `uefi-vars-x86`. > > The correct device name as implemented in the source code is > `uefi-vars-x64`. > > This commit updates the documentation to use the correct name, > aligning it with the implementation. > > Signed-off-by: Nana Liu <nan...@redhat.com> > ---
We could probably also correct the bit of the text in this file that currently reads "depend on SMM emulation on x64" to either say "x86" or "x86_64". (Nowhere else in our docs calls the 64-bit x86 platform "x64".) thanks -- PMM