Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Reboot on takeover install
Browse files Browse the repository at this point in the history
The current behaviour to poweroff during takeover installs is unexpected. This commit changes that behaviour to reboot instead.
  • Loading branch information
zimme committed Oct 16, 2019
1 parent 8cd9502 commit 4d64da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/libexec/k3os/mode-disk
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ takeover()
rm -f k3os/system/takeover
rm -rf k3os/data
sync
poweroff -f
reboot -f
}

setup_mounts
Expand Down

0 comments on commit 4d64da3

Please sign in to comment.