about summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@users.noreply.github.com>2019-04-24 13:34:18 -0400
committerGitHub <noreply@github.com>2019-04-24 13:34:18 -0400
commitd0bdb55093458bcc9060dbe3c645cef1cb880440 (patch)
treec980b07cfd5cce7b562d93ef17ecd13a7856c501 /nixos/modules/installer
parent756c84f5902a3aceaaff39da343b0558938cf162 (diff)
downloadnixlib-d0bdb55093458bcc9060dbe3c645cef1cb880440.tar
nixlib-d0bdb55093458bcc9060dbe3c645cef1cb880440.tar.gz
nixlib-d0bdb55093458bcc9060dbe3c645cef1cb880440.tar.bz2
nixlib-d0bdb55093458bcc9060dbe3c645cef1cb880440.tar.lz
nixlib-d0bdb55093458bcc9060dbe3c645cef1cb880440.tar.xz
nixlib-d0bdb55093458bcc9060dbe3c645cef1cb880440.tar.zst
nixlib-d0bdb55093458bcc9060dbe3c645cef1cb880440.zip
Fix the rootPartitionUUID description
The value given here is used as the ext4 filesystem uuid.  It is not used as the partition uuid.
Diffstat (limited to 'nixos/modules/installer')
-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 69746a8e9799..ce4f53ec2b96 100644
--- a/nixos/modules/installer/cd-dvd/sd-image.nix
+++ b/nixos/modules/installer/cd-dvd/sd-image.nix
@@ -57,7 +57,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.
       '';
     };