From c4283fa90abb991585777ed16a17811fc1c77c95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Thu, 12 Nov 2015 22:49:45 +0100 Subject: [PATCH] Enable memtest in live-build configuration The default menu includes it so better include the required binary too. --- auto/config | 1 + 1 file changed, 1 insertion(+) diff --git a/auto/config b/auto/config index a232589..61adb8a 100755 --- a/auto/config +++ b/auto/config @@ -124,6 +124,7 @@ lb config noauto \ --iso-publisher "Kali" \ --iso-volume "Kali Live" \ --linux-packages linux-image \ + --memtest memtest86 \ --bootappend-live "boot=live username=root hostname=kali" \ $lb_opts \ "$@"