Commit fb05ac17 authored by Luna Nova's avatar Luna Nova Committed by K900
Browse files

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
parent 48a6b898
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
        }
      ]