summaryrefslogtreecommitdiffstats
path: root/flash
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-07-18 03:49:13 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-07-18 03:49:13 (EDT)
commite7bf566abb94487f093c302035d6295feded550a (patch)
treebf59a054d6c4b0b9b3d02ec5960c335129db4cc1 /flash
parentf83e10675e54e6307c80b50596e900ea2f006f45 (diff)
downloadlibreboot-e7bf566abb94487f093c302035d6295feded550a.zip
libreboot-e7bf566abb94487f093c302035d6295feded550a.tar.gz
libreboot-e7bf566abb94487f093c302035d6295feded550a.tar.bz2
docs/install/index.html: fool-proofing for X60 guide
Diffstat (limited to 'flash')
-rwxr-xr-xflash2
1 files changed, 1 insertions, 1 deletions
diff --git a/flash b/flash
index d323844..9bade48 100755
--- a/flash
+++ b/flash
@@ -127,7 +127,7 @@ elif [ "${mode}" = "i945lenovo_firstflash" ]; then
${flashrom_lenovobios_sst} -p internal -w "${rompath}"
${flashrom_lenovobios_macronix} -p internal -w "${rompath}"
elif [ "${mode}" = "i945lenovo_secondflash" ]; then
- ${flashrom} -p internal -w "${rompath}"
+ ${flashrom} -p internal:laptop=force_I_want_a_brick -w "${rompath}"
${bucts} 0
fi