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

Unified Diff: build_image

Issue 3109014: Move leave_core where other similar files exist (Closed) Base URL: ssh://git@chromiumos-git//crosutils.git
Patch Set: Created 10 years, 4 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 | no next file » | 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 3a7c3f1644540dd150c335286a23df39e405b8a3..4bb7532aa8d9b17b1374a927275a922965ffa203 100755
--- a/build_image
+++ b/build_image
@@ -349,7 +349,7 @@ update_dev_packages() {
# Additional changes to developer image.
# Leave core files for developers to inspect.
- sudo touch "${ROOT_FS_DIR}/etc/leave_core"
+ sudo touch "${ROOT_FS_DIR}/root/.leave_core"
# The ldd tool is a useful shell script but lives in glibc; just copy it.
sudo cp -a "$(which ldd)" "${root_dev_dir}/usr/bin"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698