aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x90_reboot2
-rwxr-xr-x91_poweroff2
2 files changed, 4 insertions, 0 deletions
diff --git a/90_reboot b/90_reboot
index 04c0b90..21909ee 100755
--- a/90_reboot
+++ b/90_reboot
@@ -1,5 +1,7 @@
#!/bin/sh
+echo "Adding reboot option." >&2
+
cat << EOF
menuentry 'Reboot' --class tool {
reboot
diff --git a/91_poweroff b/91_poweroff
index 4911932..04fb591 100755
--- a/91_poweroff
+++ b/91_poweroff
@@ -1,5 +1,7 @@
#!/bin/sh
+echo "Adding poweroff option." >&2
+
cat << EOF
menuentry 'Poweroff' --class tool {
halt