summary refs log tree commit diff
path: root/nixos/modules/installer/cd-dvd/iso-image.nix
diff options
context:
space:
mode:
authorIvan Trubach <mr.trubach@icloud.com>2023-03-09 19:05:51 +0300
committerIvan Trubach <mr.trubach@icloud.com>2023-03-09 19:07:33 +0300
commit905be9f8c5d0bcc95dbd26f9d5a53f61c48d9798 (patch)
tree94ea64b158bd70452788e101cf8ffe350dae9298 /nixos/modules/installer/cd-dvd/iso-image.nix
parente5b072eca165430efc4d7a179011a42aab4470a2 (diff)
downloadnixpkgs-905be9f8c5d0bcc95dbd26f9d5a53f61c48d9798.tar
nixpkgs-905be9f8c5d0bcc95dbd26f9d5a53f61c48d9798.tar.gz
nixpkgs-905be9f8c5d0bcc95dbd26f9d5a53f61c48d9798.tar.bz2
nixpkgs-905be9f8c5d0bcc95dbd26f9d5a53f61c48d9798.tar.lz
nixpkgs-905be9f8c5d0bcc95dbd26f9d5a53f61c48d9798.tar.xz
nixpkgs-905be9f8c5d0bcc95dbd26f9d5a53f61c48d9798.tar.zst
nixpkgs-905be9f8c5d0bcc95dbd26f9d5a53f61c48d9798.zip
nixos/iso-image: s/efi/EFI in documentation
Diffstat (limited to 'nixos/modules/installer/cd-dvd/iso-image.nix')
-rw-r--r--nixos/modules/installer/cd-dvd/iso-image.nix2
1 files changed, 1 insertions, 1 deletions
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.
       '';
     };