nixos/iso-image: s/efi/EFI in documentation

This commit is contained in:
Ivan Trubach 2023-03-09 19:05:51 +03:00
parent e5b072eca1
commit 905be9f8c5

View file

@ -545,7 +545,7 @@ in
isoImage.makeEfiBootable = mkOption {
default = false;
description = lib.mdDoc ''
Whether the ISO image should be an efi-bootable volume.
Whether the ISO image should be an EFI-bootable volume.
'';
};