We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac6126a commit 280ea0fCopy full SHA for 280ea0f
util/grub.d/30_uefi-firmware.in
@@ -31,7 +31,7 @@ LABEL=$(gettext_printf "UEFI Firmware Settings")
31
gettext_printf "Adding boot menu entry for UEFI Firmware Settings ...\n" >&2
32
33
cat << EOF
34
-if [ "\$grub_platform" = "efi" ]; then
+if [ "\$grub_platform" = "efi" -a "\$grub_cpu" != "mips64el" ]; then
35
fwsetup --is-supported
36
if [ "\$?" = 0 ]; then
37
menuentry '$LABEL' \$menuentry_id_option 'uefi-firmware' {
0 commit comments