* The volume ID is too long again. Shorten it to make it fit (just
barely) inside the 32 character limit. http://hydra.nixos.org/build/2660387 svn path=/nixos/trunk/; revision=34346
This commit is contained in:
		
							parent
							
								
									ca57a8e638
								
							
						
					
					
						commit
						c4c68f97d1
					
				@ -40,7 +40,7 @@ in
 | 
			
		||||
  # ISO naming.
 | 
			
		||||
  isoImage.isoName = "${config.isoImage.isoBaseName}-${config.system.nixosVersion}-${pkgs.stdenv.system}.iso";
 | 
			
		||||
 | 
			
		||||
  isoImage.volumeID = "NIXOS_CD_${config.system.nixosVersion}";
 | 
			
		||||
  isoImage.volumeID = "NIXOS_${config.system.nixosVersion}";
 | 
			
		||||
 | 
			
		||||
  installer.nixosURL = "http://nixos.org/releases/nixos/nixos-${config.system.nixosVersion}";
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user