From 90d2613692d9b5218d5d2a93208a422573d23dea Mon Sep 17 00:00:00 2001 From: "J. Richard Barnette" Date: Tue, 8 Feb 2011 16:19:56 -0800 Subject: [PATCH] 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 --- mod_image_for_test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mod_image_for_test.sh b/mod_image_for_test.sh index d0bd096ee1..5b93d245c4 100755 --- a/mod_image_for_test.sh +++ b/mod_image_for_test.sh @@ -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}"