Skip to content

Commit

Permalink
scripts: dasharo-deploy: pre-cpmmit fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Daniil Klimuk <[email protected]>
  • Loading branch information
DaniilKl committed Sep 26, 2024
1 parent 2dcfec4 commit 9c436cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/dasharo-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -630,8 +630,8 @@ deploy_ec_firmware() {
# This function deploys (installs or updates) downloaded EC firmware either UEFI
# capsules (updates only) and binaries. Parameters: update, install.
#
# TODO: Currently we have here flashrom parameters confguration code, this
# should be done before this function is called, so as to palce here only
# TODO: Currently we have here flashrom parameters configuration code, this
# should be done before this function is called, so as to place here only
# deployment-related code. Ideally the deploying calls would look like this:
#
# $DEPLOY_COMMAND $DEPLOY_ARGS &>> $LOGS_FILE
Expand Down Expand Up @@ -752,8 +752,8 @@ deploy_firmware(){
# This function deploys (installs or updates) downloaded firmware either UEFI
# capsules (updates only) or binaries. Parameters: update, install.
#
# TODO: Currently we have here flashrom parameters confguration code, this
# should be done before this function is called, so as to palce here only
# TODO: Currently we have here flashrom parameters configuration code, this
# should be done before this function is called, so as to place here only
# deployment-related code. Ideally the deploying calls would look like this:
#
# $DEPLOY_COMMAND $DEPLOY_ARGS &>> $LOGS_FILE
Expand Down Expand Up @@ -926,7 +926,7 @@ update_workflow() {
# workflow steps are:
# 1) Prepare system for update (e.g. check connection);
# 2) Prepare environment for update (e.g. set all needed vars);
# 3) Ask user are the changes that wiil be done ok;
# 3) Ask user are the changes that will be done ok;
# 4) Do the updating;
# 5) Do some after-updating routine.
CAN_SWITCH_TO_HEADS="false"
Expand Down

0 comments on commit 9c436cb

Please sign in to comment.