From 1a59ef004801a0ef266b49b078a6f8379351d8cc Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 09 Nov 2014 05:03:59 -0500 Subject: 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 --- (limited to 'lenovobios_secondflash') 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." -- cgit v0.9.1