read -p 'reboot '`hostname`', Y to confirm? ' Y
[ "$Y" = Y ] && {
	sudo chvt 1
	fixcon
	sudo /sbin/reboot
}
