mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
Install VbNvContext storage file
R=rongchang@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/6883046 Change-Id: I8818938f9e40120c0e88d80a9452641518a6ba44
This commit is contained in:
parent
c894a0a0a0
commit
dc2cb4b8f6
@ -215,6 +215,9 @@ elif [[ "${FLAGS_arch}" = "arm" ]]; then
|
||||
sudo cp "${FLAGS_from}/boot-A.scr.uimg" \
|
||||
"${ESP_FS_DIR}/u-boot/boot.scr.uimg"
|
||||
fi
|
||||
# Create VbNvContext storage file to ESP partition
|
||||
sudo mkdir -p "${ESP_FS_DIR}/u-boot"
|
||||
sudo dd if=/dev/zero of="${ESP_FS_DIR}/u-boot/nvcxt.bin" bs=512 count=1
|
||||
fi
|
||||
|
||||
set +e
|
||||
|
Loading…
Reference in New Issue
Block a user