Add a "Shutdown" option to the Grub menu

This commit is contained in:
Googulator 2023-11-13 10:42:06 +01:00
parent 99c138387d
commit ba61cda38b

View file

@ -171,6 +171,10 @@ menuentry 'Linux live-bootstrap (4.9.10, graphical console)' {
linux /boot/linux-4.9.10 root=/dev/sda1 rw console=tty1 linux /boot/linux-4.9.10 root=/dev/sda1 rw console=tty1
} }
menuentry "Shutdown" {
halt
}
menuentry "Reboot" { menuentry "Reboot" {
reboot reboot
} }