Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAntonio V <crazysnob@live.it>2023-05-14 15:10:02 +0000
committerAntonio V <crazysnob@live.it>2023-05-14 15:10:02 +0000
commit751f6ed9baa787765fb10f1a23279d57c3ac0d23 (patch)
treeb5574a0c0e12b8f19b2745ac2680204f8396d8c6 /configs
parent798562bbfd2aee65b1ab5c6da5f58fe3aa2e93ee (diff)
Added classes for Memtest86+ and UEFI Shell menuentries
Diffstat (limited to 'configs')
-rw-r--r--configs/releng/grub/grub.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/releng/grub/grub.cfg b/configs/releng/grub/grub.cfg
index 5ea764d..034bdb4 100644
--- a/configs/releng/grub/grub.cfg
+++ b/configs/releng/grub/grub.cfg
@@ -56,16 +56,16 @@ menuentry "Arch Linux install medium with speakup screen reader (x86_64, UEFI)"
if [ "${grub_platform}" == "efi" ]; then
if [ "${grub_cpu}" == "x86_64" ]; then
- menuentry "Run Memtest86+ (RAM test)" --class memtest86 --class gnu --class tool {
+ menuentry "Run Memtest86+ (RAM test)" --class memtest86 --class memtest --class gnu --class tool {
set gfxpayload=800x600,1024x768
linux /boot/memtest86+/memtest.efi
}
- menuentry "UEFI Shell" {
+ menuentry "UEFI Shell" --class efi {
insmod chain
chainloader /shellx64.efi
}
elif [ "${grub_cpu}" == "i386" ]; then
- menuentry "UEFI Shell" {
+ menuentry "UEFI Shell" --class efi {
insmod chain
chainloader /shellia32.efi
}