menuentry "Shutdown computer" {
  halt
}
menuentry "Reboot computer" {
  reboot
}
