mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
Need to run ldconfig after adding chromeos-test packages
Change-Id: I1118a840e8ecc0ae0620003ea79ee0fd4174a96b BUG=chromium-os:11811 TEST=Boot the system, and run 'xset'. Also, run the BVT suite TEST=Test mod_image_for_test.sh --factory_install to see that there are no error messages Review URL: http://codereview.chromium.org/6451009
This commit is contained in:
parent
aabded5941
commit
90d2613692
@ -235,6 +235,9 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
# Re-run ldconfig to fix /etc/ldconfig.so.cache.
|
||||
sudo /sbin/ldconfig -r "${ROOT_FS_DIR}"
|
||||
|
||||
# Let's have a look at the image just in case..
|
||||
if [ "${VERIFY}" = "true" ]; then
|
||||
pushd "${ROOT_FS_DIR}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user