Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wuniversales opened this issue Oct 20, 2019 · 0 comments
Open

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

wuniversales opened this issue Oct 20, 2019 · 0 comments

Comments

@wuniversales
Copy link

wuniversales commented 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
}

@wuniversales 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant