* The CD volume label was just over the limit of 32 characters.

svn path=/nixos/branches/modular-nixos/; revision=16027
This commit is contained in:
Eelco Dolstra 2009-06-22 16:38:11 +00:00
parent 27ad47bdac
commit 74995fe553

View file

@ -77,7 +77,7 @@ in
# ISO naming.
isoImage.isoName = "nixos-${config.system.nixosVersion}-${pkgs.stdenv.system}.iso";
isoImage.volumeID = "NIXOS_INSTALLATION_CD_${config.system.nixosVersion}";
isoImage.volumeID = "NIXOS_INSTALL_CD_${config.system.nixosVersion}";
# Use Linux 2.6.29.
boot.kernelPackages = pkgs.kernelPackages_2_6_29;