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