Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit faddad9

Browse files
committedFeb 8, 2025·
grub2: add 'UEFI Firmware Settings' menuentry
1 parent b81253b commit faddad9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 
+5
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
Please sign in to comment.