mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
Revert "Install VbNvContext storage file"
This reverts commit dc2cb4b8f6
.
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" \
|
sudo cp "${FLAGS_from}/boot-A.scr.uimg" \
|
||||||
"${ESP_FS_DIR}/u-boot/boot.scr.uimg"
|
"${ESP_FS_DIR}/u-boot/boot.scr.uimg"
|
||||||
fi
|
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
|
fi
|
||||||
|
|
||||||
set +e
|
set +e
|
||||||
|
Loading…
Reference in New Issue
Block a user