mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
Leave core files around for developers to inspect.
BUG=5358 Review URL: http://codereview.chromium.org/3170008
This commit is contained in:
parent
bb1d3b0076
commit
1334788772
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user