mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-24 12:01:59 +01:00
Move leave_core where other similar files exist
BUG=5696 Review URL: http://codereview.chromium.org/3109014
This commit is contained in:
parent
4faf84bc14
commit
0d11563bfd
@ -349,7 +349,7 @@ update_dev_packages() {
|
|||||||
# Additional changes to developer image.
|
# Additional changes to developer image.
|
||||||
|
|
||||||
# Leave core files for developers to inspect.
|
# 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.
|
# 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"
|
sudo cp -a "$(which ldd)" "${root_dev_dir}/usr/bin"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user