From 38af959aa5a93387085e1fb15fba69c801239aa1 Mon Sep 17 00:00:00 2001 From: jnqnfe Date: Mon, 19 Jan 2015 02:36:13 +0000 Subject: syslinux: use more dynamic memtest menu config file Fixes the following - Correct version (memtest86/memtest86+) shown instead of fixed 'memtest86+' text - Ensure correct directory path always used by using replaceable placeholder Gbp-Dch: Short --- share/bootloaders/isolinux/memtest.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share/bootloaders/isolinux') diff --git a/share/bootloaders/isolinux/memtest.cfg b/share/bootloaders/isolinux/memtest.cfg index e7e86e30b..99f4c33b1 100644 --- a/share/bootloaders/isolinux/memtest.cfg +++ b/share/bootloaders/isolinux/memtest.cfg @@ -1,4 +1,4 @@ label memtest - menu label ^Memory Diagnostic Tool (memtest86+) - menu title Memory Diagnostic Tool (memtest86+) - linux /live/memtest + menu label ^Memory Diagnostic Tool (@MEMTEST_VERSION@) + menu title Memory Diagnostic Tool (@MEMTEST_VERSION@) + linux @MEMTEST@ -- cgit v1.2.3