Skip to content

Instantly share code, notes, and snippets.

@feng409
Created January 31, 2018 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save feng409/279e16f78d6caea5c1842b8322027d27 to your computer and use it in GitHub Desktop.
Save feng409/279e16f78d6caea5c1842b8322027d27 to your computer and use it in GitHub Desktop.
# vim /etc/grub.d/40_custom
menuentry "System shutdown" {
echo "System shutting down..."
halt
}
menuentry "System restart" {
echo "System rebooting..."
reboot
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment