diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-07-18 08:52:42 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-07-18 08:52:42 +0100 |
commit | 5db6bad67cd53f425874b6b09ea59df3306fe287 (patch) | |
tree | 25b3a6466c535d46e0e2de16b3c5da83e442b656 | |
parent | e7bf566abb94487f093c302035d6295feded550a (diff) | |
download | librebootfr-5db6bad67cd53f425874b6b09ea59df3306fe287.tar.gz librebootfr-5db6bad67cd53f425874b6b09ea59df3306fe287.zip |
flash script: add laptop=force_I_want_a_brick to forceupdate
-rwxr-xr-x | flash | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ fi if [ "${mode}" = "update" ]; then ${flashrom} -p internal -w "${rompath}" elif [ "${mode}" = "forceupdate" ]; then - ${flashrom} -p internal:boardmismatch=force -w "${rompath}" + ${flashrom} -p internal:boardmismatch=force,laptop=force_I_want_a_brick -w "${rompath}" elif [ "${mode}" = "i945apple_firstflash" ]; then ${flashrom} -p internal:laptop=force_I_want_a_brick -w "${rompath}" elif [ "${mode}" = "i945lenovo_firstflash" ]; then |