mirror of
https://github.com/linuxboot/heads.git
synced 2025-03-03 12:24:13 +00:00
Merge pull request #1916 from tlaurion/sinit_ivy_sandy_bridge_intel_removal_fix_using_archive-org
blobs/xx30/optiplex_7010_9010.sh: use web.arhive.org to download zip containing ivy/sandy file now missing upstream.
This commit is contained in:
commit
d4c4e5699b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user