You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be good to add some options to enable or disable these options.
Good job, thanks, regards
if [ ${grub_platform} == "efi" ]; then
menuentry "Menú efi" --class efi {
fwsetup
}
fi
menuentry "Reiniciar Sistema" --class restart reboot {
reboot
}
menuentry "Apagar Sistema" --class poweroff shutdown {
halt
}
The text was updated successfully, but these errors were encountered:
wuniversales
changed the title
Add options to grub "Restart" , "shutdown" and efi config
Add options to grub "Restart" , "shutdown" and "efi config"
Oct 20, 2019
I think it would be good to add some options to enable or disable these options.
Good job, thanks, regards
if [ ${grub_platform} == "efi" ]; then
menuentry "Menú efi" --class efi {
fwsetup
}
fi
menuentry "Reiniciar Sistema" --class restart reboot {
reboot
}
menuentry "Apagar Sistema" --class poweroff shutdown {
halt
}
The text was updated successfully, but these errors were encountered: