summaryrefslogtreecommitdiff
path: root/share/bootloaders/isolinux
diff options
context:
space:
mode:
authorjnqnfe <jnqnfe@gmail.com>2015-01-19 02:36:13 +0000
committerLyndon Brown <jnqnfe@gmail.com>2020-03-16 23:08:26 +0000
commit38af959aa5a93387085e1fb15fba69c801239aa1 (patch)
tree745faf130400ffac1c56234f0ed30c7d2c16bf9e /share/bootloaders/isolinux
parent31fa6abd3698453a759e56164fb09a53f6870ad1 (diff)
downloadvyos-live-build-38af959aa5a93387085e1fb15fba69c801239aa1.tar.gz
vyos-live-build-38af959aa5a93387085e1fb15fba69c801239aa1.zip
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
Diffstat (limited to 'share/bootloaders/isolinux')
-rw-r--r--share/bootloaders/isolinux/memtest.cfg6
1 files changed, 3 insertions, 3 deletions
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@