Author: viric
Date: Mon Apr 9 20:08:14 2012
New Revision: 33690
URL: https://nixos.org/websvn/nix/?rev=33690&sc=1
Log:
Making the memtest name come from the pkgs.memtest86, as the nixos
user can override choosing between two memtests.
Modified:
nixos/trunk/modules/installer/grub/memtest.nix
Modified: nixos/trunk/modules/installer/grub/memtest.nix
==============================================================================
--- nixos/trunk/modules/installer/grub/memtest.nix Mon Apr 9 19:54:34
2012 (r33689)
+++ nixos/trunk/modules/installer/grub/memtest.nix Mon Apr 9 20:08:14
2012 (r33690)
@@ -20,7 +20,7 @@
config.boot.loader.grub = mkIf isEnabled {
extraEntries =
''
- menuentry "Memtest86+" {
+ menuentry "${pkgs.memtest86.name}" {
linux16 $bootRoot/memtest.bin
}
'';
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits