aboutsummaryrefslogtreecommitdiffstats
path: root/91_poweroff
blob: 04fb5915b54acc6859e39b0794f8a9cca6932068 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh

echo "Adding poweroff option." >&2

cat << EOF
menuentry 'Poweroff' --class tool {
	halt
}
EOF