aboutsummaryrefslogtreecommitdiffstats
path: root/90_reboot
blob: 380b684aa5665128666229dfdd196daccc10a2d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh

echo "Adding reboot option." >&2

cat << EOF
menuentry 'Reboot' --class tool --id reboot {
	reboot
}
EOF