index
:
grub-reboot-poweroff
main
Reboot and Poweroff system from Grub boot menu
git daemon user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
91_poweroff
blob: 49119323bfccac3ca53c95fc1d56b6e6fcad53f9 (
about
) (
plain
) (
blame
)
1
2
3
4
5
6
7
#!/bin/sh
cat
<< EOF
menuentry 'Poweroff' --class tool {
halt
}
EOF