diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-09 05:03:59 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-09 05:03:59 (EST) |
commit | 1a59ef004801a0ef266b49b078a6f8379351d8cc (patch) | |
tree | 72661d8806847c00ccc78111ecd07f3f94e1e594 /flash | |
parent | 622cda56ab18957846245af6116afffa45159b55 (diff) | |
download | libreboot-1a59ef004801a0ef266b49b078a6f8379351d8cc.zip libreboot-1a59ef004801a0ef266b49b078a6f8379351d8cc.tar.gz libreboot-1a59ef004801a0ef266b49b078a6f8379351d8cc.tar.bz2 |
flashing scripts: Remove obnoxious warnings.
These are already mentioned in the documentation.
They should not show in the output of these scripts.
Scripts:
flash, lenovobios_firstflash, lenovobios_secondflash,
macbook21_firstflash
Diffstat (limited to 'flash')
-rwxr-xr-x | flash | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -39,6 +39,5 @@ fi # boardmismatch=force is for people upgrading from libreboot 5th release, where the new ROM's are "ThinkPad X60 / X60s / X60t" # and the old ones are "ThinkPad X60 / X60s" and flashrom complains otherwise -echo "MAKE SURE THAT YOU SEE 'VERIFIED' AT THE END (YOU WANT TO SEE THAT. MEANS IT WORKED)." ./flashrom/flashrom -p internal -w $1 -echo "MAKE SURE THAT YOU SEE 'VERIFIED' WRITTEN ABOVE (YOU WANT TO SEE THAT. MEANS IT WORKED)." + |