From 905be9f8c5d0bcc95dbd26f9d5a53f61c48d9798 Mon Sep 17 00:00:00 2001 From: Ivan Trubach Date: Thu, 9 Mar 2023 19:05:51 +0300 Subject: [PATCH] nixos/iso-image: s/efi/EFI in documentation --- nixos/modules/installer/cd-dvd/iso-image.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/installer/cd-dvd/iso-image.nix b/nixos/modules/installer/cd-dvd/iso-image.nix index 0245a522f7e..8fa070b03db 100644 --- a/nixos/modules/installer/cd-dvd/iso-image.nix +++ b/nixos/modules/installer/cd-dvd/iso-image.nix @@ -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. ''; };