Merge pull request #2838 from wkennington/master.isoname
nixos-iso: Use a simpler disk label
This commit is contained in:
commit
8ec5d0fd0f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ with lib;
|
|||
# ISO naming.
|
||||
isoImage.isoName = "${config.isoImage.isoBaseName}-${config.system.nixosVersion}-${pkgs.stdenv.system}.iso";
|
||||
|
||||
isoImage.volumeID = substring 0 11 "NIXOS_${config.system.nixosVersion}";
|
||||
isoImage.volumeID = substring 0 11 "NIXOS_ISO";
|
||||
|
||||
# Make the installer more likely to succeed in low memory
|
||||
# environments. The kernel's overcommit heustistics bite us
|
||||
|
|
Loading…
Reference in a new issue