about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2020-06-02 08:54:51 -0400
committerGitHub <noreply@github.com>2020-06-02 08:54:51 -0400
commit4512cd13855d43dabac8af5339168458f9407e91 (patch)
treeaadbc973623596a74c17e74f681ca4821314158a /nixos/modules
parent30d9df50ecd0cdb32afcf02e8012e08fa1bb7c6b (diff)
parentd0bdb55093458bcc9060dbe3c645cef1cb880440 (diff)
downloadnixlib-4512cd13855d43dabac8af5339168458f9407e91.tar
nixlib-4512cd13855d43dabac8af5339168458f9407e91.tar.gz
nixlib-4512cd13855d43dabac8af5339168458f9407e91.tar.bz2
nixlib-4512cd13855d43dabac8af5339168458f9407e91.tar.lz
nixlib-4512cd13855d43dabac8af5339168458f9407e91.tar.xz
nixlib-4512cd13855d43dabac8af5339168458f9407e91.tar.zst
nixlib-4512cd13855d43dabac8af5339168458f9407e91.zip
Merge pull request #60174 from exarkun/patch-2
Fix the rootPartitionUUID description
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/installer/cd-dvd/sd-image.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/cd-dvd/sd-image.nix b/nixos/modules/installer/cd-dvd/sd-image.nix
index 901c60befb6c..4187c01d70eb 100644
--- a/nixos/modules/installer/cd-dvd/sd-image.nix
+++ b/nixos/modules/installer/cd-dvd/sd-image.nix
@@ -68,7 +68,7 @@ in
       default = null;
       example = "14e19a7b-0ae0-484d-9d54-43bd6fdc20c7";
       description = ''
-        UUID for the main NixOS partition on the SD card.
+        UUID for the filesystem on the main NixOS partition on the SD card.
       '';
     };