Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1466)

Unified Diff: build_image

Issue 6539019: Move crypted passwd file to /etc in build_image. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git@master
Patch Set: just copy for now to ensure customize_rootfs works Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | set_shared_user_password.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | set_shared_user_password.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698