Making the memtest name come from the pkgs.memtest86, as the nixos
user can override choosing between two memtests. svn path=/nixos/trunk/; revision=33690
This commit is contained in:
parent
d3c1261665
commit
0b8b6616b6
@ -20,7 +20,7 @@ in
|
||||
config.boot.loader.grub = mkIf isEnabled {
|
||||
extraEntries =
|
||||
''
|
||||
menuentry "Memtest86+" {
|
||||
menuentry "${pkgs.memtest86.name}" {
|
||||
linux16 $bootRoot/memtest.bin
|
||||
}
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user