X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=templates%2Fboot%2Fgrub%2Faddons.cfg;h=34ae54c97c0ffcbb4a6129ca73e7582f81d7b635;hp=2425f7a29a1b5d0b7d310531ae93f8af87952008;hb=8c0c9d9228f2ac667279c6384edf08af401ffe00;hpb=89c43982fb5056e25caada0e5018088ad4fcbae7 diff --git a/templates/boot/grub/addons.cfg b/templates/boot/grub/addons.cfg index 2425f7a..34ae54c 100644 --- a/templates/boot/grub/addons.cfg +++ b/templates/boot/grub/addons.cfg @@ -78,6 +78,12 @@ if [ "${grub_platform}" != "efi" ] ; then fi # efi mode } +if [ "${grub_platform}" == "efi" ] ; then +menuentry "UEFI Firmware Settings" { + fwsetup +} +fi # efi mode + menuentry "Boot from next device" { exit }