diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-07-31 01:00:58 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-08-01 18:11:04 -0400 |
commit | fd6ce61d732b8b9b13d29e72ce6455b8fc6cb603 (patch) | |
tree | b2dc1ada95b666be3627597b2469e1f9a8c3a02c /projects/grub | |
parent | 228f3469400a21310df297fff612aa8ea8ad9cf6 (diff) | |
download | librebootfr-fd6ce61d732b8b9b13d29e72ce6455b8fc6cb603.tar.gz librebootfr-fd6ce61d732b8b9b13d29e72ce6455b8fc6cb603.zip |
Adjust placement of MemTest86+ GRUB menu entry
Diffstat (limited to 'projects/grub')
-rw-r--r-- | projects/grub/install/txtmode/grub.cfg | 8 | ||||
-rw-r--r-- | projects/grub/install/txtmode/grubtest.cfg | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/projects/grub/install/txtmode/grub.cfg b/projects/grub/install/txtmode/grub.cfg index 17c09e63..c668544b 100644 --- a/projects/grub/install/txtmode/grub.cfg +++ b/projects/grub/install/txtmode/grub.cfg @@ -163,6 +163,10 @@ menuentry 'Search for GRUB2 configuration on external media [s]' --hotkey='s' { search_grub usb } +menuentry 'Load MemTest86+ [m]' --hotkey='m' { + linux16 (cbfsdisk)/memtest.bin +} + menuentry 'Poweroff [p]' --hotkey='p' { halt } @@ -170,7 +174,3 @@ menuentry 'Poweroff [p]' --hotkey='p' { menuentry 'Reboot [r]' --hotkey='r' { reboot } - -menuentry 'Load MemTest86+ [m]' --hotkey='m' { - linux16 (cbfsdisk)/memtest.bin -} diff --git a/projects/grub/install/txtmode/grubtest.cfg b/projects/grub/install/txtmode/grubtest.cfg index c957dd49..6ffeace7 100644 --- a/projects/grub/install/txtmode/grubtest.cfg +++ b/projects/grub/install/txtmode/grubtest.cfg @@ -163,6 +163,10 @@ menuentry 'Search for GRUB2 configuration on external media [s]' --hotkey='s' { search_grub usb } +menuentry 'Load MemTest86+ [m]' --hotkey='m' { + linux16 (cbfsdisk)/memtest.bin +} + menuentry 'Poweroff [p]' --hotkey='p' { halt } @@ -170,7 +174,3 @@ menuentry 'Poweroff [p]' --hotkey='p' { menuentry 'Reboot [r]' --hotkey='r' { reboot } - -menuentry 'Load MemTest86+ [m]' --hotkey='m' { - linux16 (cbfsdisk)/memtest.bin -} |