diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 05:48:46 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 05:48:46 +0000 |
commit | afaa787d0f68991f7994cff2073d5b2863be021f (patch) | |
tree | d579f6d1c8da0c0dca9419abf00fd49769af6a2f | |
parent | ab9293ca7e8e64401c30d58fe97e7a818aa0dc78 (diff) | |
download | librebootfr-afaa787d0f68991f7994cff2073d5b2863be021f.tar.gz librebootfr-afaa787d0f68991f7994cff2073d5b2863be021f.zip |
x60flashrom5: fix description and remove useless comments
-rwxr-xr-x | x60flashfrom5 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x60flashfrom5 b/x60flashfrom5 index 268c9c0b..b9c30670 100755 --- a/x60flashfrom5 +++ b/x60flashfrom5 @@ -1,6 +1,6 @@ #!/bin/bash -# flash script: uses flashrom to flash a new libreboot ROM image onto your machine +# x60flashfrom5 script: for X60 owners upgrading from 5th release # # Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk> # @@ -40,9 +40,6 @@ if [[ $EUID -ne 0 ]]; then exit 1 fi -# USE ROOT OR SUDO WHEN EXECUTING THIS -# uses flashrom to flash the rom - if (( $# != 1 )); then echo "Usage: ./lenovobios_firstflash yourrom.rom" echo "usage: ./lenovobios_firstflash path/to/yourrom.rom" |