mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
Revert "Install VbNvContext storage file"
This reverts commit dc2cb4b8f6efbde3b7527def32147d80663cd2dd. This commit is reverted because it is not needed. R=rongchang@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/6882115 Change-Id: If21b788986c878c5d0e3e29487b6d58b86532775
This commit is contained in:
parent
8488f5a3c5
commit
d7d79fed66
@ -215,9 +215,6 @@ 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…
x
Reference in New Issue
Block a user