installer: do forced reboot/poweroff

This commit is contained in:
Stefan Saraev 2015-02-21 14:59:29 +02:00
parent c9f26b607a
commit f8402f415c

View File

@ -745,14 +745,14 @@ do_reboot() {
# reboot on request
clear
sync
reboot
reboot -f
}
do_poweroff() {
# powerdown on request
clear
sync
poweroff
poweroff -f
}
# setup needed variables