summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-28 05:48:46 +0000
committerFrancis Rowe <info@gluglug.org.uk>2014-11-28 05:48:46 +0000
commitafaa787d0f68991f7994cff2073d5b2863be021f (patch)
treed579f6d1c8da0c0dca9419abf00fd49769af6a2f
parentab9293ca7e8e64401c30d58fe97e7a818aa0dc78 (diff)
x60flashrom5: fix description and remove useless comments
-rwxr-xr-xx60flashfrom55
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"