mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/installer/cd-dvd/iso-image: use new combined memtest86plus binary
memtest86plus puts the path to the binary at a passthru attr after memtest86plus 8 there's a single combined EFI+legacy file
This commit is contained in:
parent
48a6b898ae
commit
fb05ac176a
1 changed files with 1 additions and 1 deletions
|
|
@ -1014,7 +1014,7 @@ in
|
|||
]
|
||||
++ lib.optionals (config.boot.loader.grub.memtest86.enable && config.isoImage.makeBiosBootable) [
|
||||
{
|
||||
source = "${pkgs.memtest86plus}/memtest.bin";
|
||||
source = pkgs.memtest86plus.efi;
|
||||
target = "/boot/memtest.bin";
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue