| Index: chromeos-postinst
|
| diff --git a/chromeos-postinst b/chromeos-postinst
|
| index bdecbd28db1684ab416340786210ddc114de502f..fe67bda983c2c074d1dbf03a3ed3675b32a19ee0 100755
|
| --- a/chromeos-postinst
|
| +++ b/chromeos-postinst
|
| @@ -104,8 +104,8 @@ update_firmware() {
|
| -x "${FIRMWARE_UPDATE_SCRIPT}" ]; then
|
| FIRMWARE_UPDATE_MODE=""
|
| if [ -n "${IS_FACTORY_INSTALL}" ]; then
|
| - # factory-mode
|
| - FIRMWARE_UPDATE_MODE="--mode=factory_install"
|
| + # factory-mode (--force must be the first parameter when being invoked)
|
| + FIRMWARE_UPDATE_MODE="--force --mode=factory_install"
|
| elif [ -n "${IS_RECOVERY_INSTALL}" ]; then
|
| # recovery-mode
|
| FIRMWARE_UPDATE_MODE="--mode=recovery"
|
|
|