From ba61cda38bd54549a704a624e597ea1e6cdee275 Mon Sep 17 00:00:00 2001 From: Googulator Date: Mon, 13 Nov 2023 10:42:06 +0100 Subject: [PATCH] Add a "Shutdown" option to the Grub menu --- sysc/after.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sysc/after.sh b/sysc/after.sh index b0b0a1b5..7786d1c9 100755 --- a/sysc/after.sh +++ b/sysc/after.sh @@ -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 } +menuentry "Shutdown" { + halt +} + menuentry "Reboot" { reboot }