diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-12 00:52:56 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-12 00:52:56 +0100 |
commit | ceec9e13a5c514ba6ec9ec88dd020c1495cf2913 (patch) | |
tree | 0ac1de43c0f0fd1021a444562d7e09a2395fbcaa /resources/scripts/helpers | |
parent | 5c113449fb0700d41da2c2a5f2976a6f688db056 (diff) | |
download | librebootfr-ceec9e13a5c514ba6ec9ec88dd020c1495cf2913.tar.gz librebootfr-ceec9e13a5c514ba6ec9ec88dd020c1495cf2913.zip |
download/coreboot: comment the git reset instruction for vboot
Diffstat (limited to 'resources/scripts/helpers')
-rwxr-xr-x | resources/scripts/helpers/download/coreboot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index e166fba8..7d06d593 100755 --- a/resources/scripts/helpers/download/coreboot +++ b/resources/scripts/helpers/download/coreboot @@ -52,6 +52,7 @@ git submodule update --init --checkout -- 3rdparty/vboot/ # there are modifications required cd "3rdparty/vboot/" +# reset vboot to last known good revision git reset --hard 82db93d5fc924860e4f1fb4cf24f29b5b335a480 # Patch vboot |