* 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:
parent
27ad47bdac
commit
74995fe553
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user