Skip to content

Commit 683eb9d

Browse files
committed
grub2: add 'UEFI Firmware Settings' menuentry
1 parent a01079c commit 683eb9d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
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)