blobs/xx30/optiplex_7010_9010.sh: use web.arhive.org to download zip containing ivy/sandy file now missing upstream. Fix path where file is found in zip

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2025-02-25 09:24:58 -05:00
parent a084cc7b4a
commit 98d7982834
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461

View File

@ -32,9 +32,11 @@ if [[ ! -f "${output_dir}/IVB_BIOSAC_PRODUCTION.bin" ]] || [[ ! -f "${output_dir
mv IVB_BIOSAC_PRODUCTION.bin "${output_dir}/"
#Download sinit
wget https://cdrdv2.intel.com/v1/dl/getContent/630744 -O sinit.zip
# Original URL got rid of needed file, keeping original URL. Let's use archive.org
#wget https://cdrdv2.intel.com/v1/dl/getContent/630744 -O sinit.zip
wget http://web.archive.org/web/20230712081031/https://cdrdv2.intel.com/v1/dl/getContent/630744 -O sinit.zip
unzip sinit.zip
mv 630744_003/SNB_IVB_SINIT_20190708_PW.bin "${output_dir}/"
mv 630744_002/SNB_IVB_SINIT_20190708_PW.bin "${output_dir}/"
popd || exit
fi