Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add "f" option for executing reboot force mode (#2482)
- Why I did it The vendor platform reboot, which is called from the reboot script, supports force mode, and for now there is no option to execute it via the reboot script, so this change will enable it. - What I did Add an "f" option in reboot_script for executing reboot force mode. Add this option to help command as well. - How to verify it Execute the reboot script with "-f" and see that the vendor platform reboot executes the force mode indeed.
- Loading branch information