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 a01079c commit 683eb9dCopy full SHA for 683eb9d
src/grub2/configs.d/30_uefi-firmware.cfg
@@ -0,0 +1,5 @@
1
+if [ "$grub_platform" = "efi" ]; then
2
+ menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
3
+ fwsetup
4
+ }
5
+fi
0 commit comments