Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3192)

Unified Diff: build_image

Issue 2896008: build_image: modify to not get devkeys from vboot_reference checkout (Closed) Base URL: ssh://git@chromiumos-git/crosutils.git
Patch Set: Fixed. Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_image
diff --git a/build_image b/build_image
index f01753214f5cef91adc858c9d2efc3be4ad7372b..85cf637d080c83315a9d8c1219aa0936c6d68f97 100755
--- a/build_image
+++ b/build_image
@@ -292,7 +292,7 @@ make_image_bootable() {
sudo mount -o remount,ro "${ROOT_FS_DIR}"
root_dev=$(mount | grep -- "${ROOT_FS_DIR}" | cut -f1 -d' ' | tail -1)
- DEVKEYSDIR="${SRC_ROOT}/platform/vboot_reference/tests/devkeys"
+ DEVKEYSDIR="/usr/share/vboot/devkeys"
# Builds the kernel partition image. The temporary files are kept around
# so that we can perform a load_kernel_test later on the final image.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698