From 5358b454aa026f21bcc586c08859b30561b22988 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 21 Jun 2023 21:32:21 +0200 Subject: [PATCH] rename grub menu entries --- usr/share/archboot/grub/archboot-main-grub.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/archboot/grub/archboot-main-grub.cfg b/usr/share/archboot/grub/archboot-main-grub.cfg index d69287684..d0d7c519b 100644 --- a/usr/share/archboot/grub/archboot-main-grub.cfg +++ b/usr/share/archboot/grub/archboot-main-grub.cfg @@ -67,7 +67,7 @@ if [ ${grub_platform} == "pc" ]; then linux /boot/vmlinuz-x86_64 console=ttyS0,115200 console=tty0 audit=0 initrd /boot/intel-ucode.img /boot/amd-ucode.img /boot/init-x86_64.img } - menuentry "MEEMTEST86+ Memory Testing" { + menuentry "MEMTEST86+ Memory Testing" { _menu_running linux16 /boot/memtest.bin }