mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
installer: do forced reboot/poweroff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user