diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 00:48:46 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 00:48:46 (EST) |
commit | afaa787d0f68991f7994cff2073d5b2863be021f (patch) | |
tree | d579f6d1c8da0c0dca9419abf00fd49769af6a2f /x60flashfrom5 | |
parent | ab9293ca7e8e64401c30d58fe97e7a818aa0dc78 (diff) | |
download | libreboot-afaa787d0f68991f7994cff2073d5b2863be021f.zip libreboot-afaa787d0f68991f7994cff2073d5b2863be021f.tar.gz libreboot-afaa787d0f68991f7994cff2073d5b2863be021f.tar.bz2 |
x60flashrom5: fix description and remove useless comments
Diffstat (limited to 'x60flashfrom5')
-rwxr-xr-x | x60flashfrom5 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x60flashfrom5 b/x60flashfrom5 index 268c9c0..b9c3067 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" |