mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
build_image: modify to not get devkeys from vboot_reference checkout
An earlier CL modifies the vboot_reference ebuild to install the keys into /usr/share/vboot. TEST=verified that build_image fails without this change and no vboot_reference checkout but succeeds with this change and no vboot_reference checkout Change-Id: Ie2bc1091b52c36fd56cd5f763ee275afc91765c3 Review URL: http://codereview.chromium.org/2896008
This commit is contained in:
parent
561be04e50
commit
87b169428f
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user