You want it to halt, not reboot correct? If just reboot, then you can give a good ol Three Finger Salute
If you do not like that, and wish the 3 finger salute to be a halt command instead, edit your /etc/inittab file where it says:
Code:
# What to do at the "Three Finger Salute".
ca::ctrlaltdel:/sbin/shutdown -t5 -r now
And change that to /sbin/shutdown -t5 h now OR to /sbin/halt
Is that what you wanted?
Cool