From 133478877248c7c4187d378f6f75f8d7511d3af5 Mon Sep 17 00:00:00 2001 From: Ken Mixter Date: Thu, 12 Aug 2010 16:51:52 -0700 Subject: [PATCH] Leave core files around for developers to inspect. BUG=5358 Review URL: http://codereview.chromium.org/3170008 --- build_image | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build_image b/build_image index a1b162400c..3a7c3f1644 100755 --- a/build_image +++ b/build_image @@ -348,6 +348,9 @@ update_dev_packages() { # Additional changes to developer image. + # Leave core files for developers to inspect. + sudo touch "${ROOT_FS_DIR}/etc/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"