This commit is contained in:
ItsDrike 2021-04-30 02:18:28 +02:00
commit a8f6c1e78e
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

11
root/etc/grub.d/40_custom Executable file
View 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