summaryrefslogtreecommitdiff
path: root/lenovobios_secondflash
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-09 10:03:59 +0000
committerFrancis Rowe <info@gluglug.org.uk>2014-11-09 10:03:59 +0000
commit1a59ef004801a0ef266b49b078a6f8379351d8cc (patch)
tree72661d8806847c00ccc78111ecd07f3f94e1e594 /lenovobios_secondflash
parent622cda56ab18957846245af6116afffa45159b55 (diff)
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 'lenovobios_secondflash')
-rwxr-xr-xlenovobios_secondflash10
1 files changed, 2 insertions, 8 deletions
diff --git a/lenovobios_secondflash b/lenovobios_secondflash
index 668419c..47b034c 100755
--- a/lenovobios_secondflash
+++ b/lenovobios_secondflash
@@ -38,15 +38,9 @@ if [ ! -f $1 ]; then
exit
fi
-echo "Don't panic. See docs/index.html for an explanation of what BUC.TS is."
-
-echo "MAKE SURE THAT YOU SEE 'VERIFIED' AT THE END (YOU WANT TO SEE THAT. MEANS IT WORKED)."
+# Flash it a 2nd time, to write upper 64K block
./flashrom/flashrom -p internal -w $1
-echo "READ THE BIG WARNING ABOVE!"
-echo "MAKE SURE THAT YOU SEE 'Updated BUC.TS=0' IF NOT CHECK #libreboot ON FREENODE"
+# Advised. Reset back to 0.
./bucts/bucts 0
-echo "READ THE BIG WARNING ABOVE!"
-echo "If the above 2 conditions are met, then shut down now. If not, then run: sudo ./bucts/bucts 1"
-echo "DON'T PANIC."