From d0bdb55093458bcc9060dbe3c645cef1cb880440 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Wed, 24 Apr 2019 13:34:18 -0400 Subject: Fix the rootPartitionUUID description The value given here is used as the ext4 filesystem uuid. It is not used as the partition uuid. --- nixos/modules/installer/cd-dvd/sd-image.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/installer/cd-dvd/sd-image.nix b/nixos/modules/installer/cd-dvd/sd-image.nix index 69746a8e979..ce4f53ec2b9 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. ''; }; -- cgit v1.2.3