From d24fbca130699526983ba61b75329b290c5dd302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Mon, 11 Apr 2022 11:24:48 +0200 Subject: [PATCH] Switch to memtest86+ memtest86 is no longer in Debian testing / Kali Rolling --- auto/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/config b/auto/config index fafb64f..fcb3f4e 100755 --- a/auto/config +++ b/auto/config @@ -141,7 +141,7 @@ lb config noauto \ --iso-publisher "Kali" \ --iso-volume "Kali Live" \ --linux-packages linux-image \ - --memtest memtest86 \ + --memtest memtest86+ \ --bootappend-live "boot=live components quiet splash noeject" \ --bootappend-live-failsafe "boot=live components noeject memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal" \ --bootappend-install "net.ifnames=0" \