| Index: build_image
|
| diff --git a/build_image b/build_image
|
| index c6fdac0e2b12296813f76c38f5b2f41b2571eb75..271ef62b7174e6626bfec44a1d0b05b002b429c0 100755
|
| --- a/build_image
|
| +++ b/build_image
|
| @@ -139,6 +139,10 @@ check_blacklist() {
|
|
|
| check_blacklist
|
|
|
| +# TODO(petkov): Remove along with the --move_to_etc flag support once the
|
| +# transition dust settles.
|
| +"${SCRIPTS_DIR}"/set_shared_user_password.sh --move_to_etc
|
| +
|
| # Verify user didn't specify incompatible flags for dev install shim
|
| if [ "${FLAGS_factory_install}" -eq "${FLAGS_TRUE}" ] &&
|
| [ "${FLAGS_dev_install}" -eq "${FLAGS_TRUE}" ] ; then
|
|
|