aboutsummaryrefslogtreecommitdiffstats
path: root/91_poweroff
diff options
context:
space:
mode:
Diffstat (limited to '91_poweroff')
-rwxr-xr-x91_poweroff7
1 files changed, 7 insertions, 0 deletions
diff --git a/91_poweroff b/91_poweroff
new file mode 100755
index 0000000..4911932
--- /dev/null
+++ b/91_poweroff
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+cat << EOF
+menuentry 'Poweroff' --class tool {
+ halt
+}
+EOF