mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-26 13:14:35 +00:00
Add firmware setup entry
This commit is contained in:
parent
e3aa39ffc5
commit
5d765da843
11
root/etc/grub.d/40_custom
Executable file
11
root/etc/grub.d/40_custom
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
exec tail -n +3 $0
|
||||
# This file provides an easy way to add custom menu entries. Simply type the
|
||||
# menu entries you want to add after this comment. Be careful not to change
|
||||
# the 'exec tail' line above.
|
||||
|
||||
if [ ${grub_platform} == "efi" ]; then
|
||||
menuentry "Firmware setup" {
|
||||
fwsetup
|
||||
}
|
||||
fi
|
Loading…
Reference in a new issue