grub2-editor icon indicating copy to clipboard operation
grub2-editor copied to clipboard

Add options to grub "Restart" , "shutdown" and "efi config"

Open wuniversales opened this issue 4 years ago • 0 comments

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 }

wuniversales avatar Oct 20 '19 13:10 wuniversales