summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-10-14 22:18:00 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-10-14 22:18:00 (EDT)
commitea633dc95f6a8d45511911239638d1064b9900df (patch)
tree58e6455a586e9f9a17fbb398606376c30a23398d
parentcb0f79033fa366f1348629e66cf567b979db84ef (diff)
downloadlibreboot-ea633dc95f6a8d45511911239638d1064b9900df.zip
libreboot-ea633dc95f6a8d45511911239638d1064b9900df.tar.gz
libreboot-ea633dc95f6a8d45511911239638d1064b9900df.tar.bz2
download/seabios: say SeaBIOS, not GRUB
-rwxr-xr-xresources/scripts/helpers/download/seabios6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/scripts/helpers/download/seabios b/resources/scripts/helpers/download/seabios
index 4eb6628..98f03fa 100755
--- a/resources/scripts/helpers/download/seabios
+++ b/resources/scripts/helpers/download/seabios
@@ -24,16 +24,16 @@
[ "x${DEBUG+set}" = 'xset' ] && set -v
set -u -e
-# Get GRUB, revert to commit last used and apply patches.
+# Get SeaBIOS, revert to commit last used and apply patches.
# Remove the old version that may still exist
# ------------------------------------------------------------------------------
-printf "Downloading GRUB\n"
+printf "Downloading SeaBIOS\n"
rm -rf seabios
-# Get latest GRUB
+# Get latest SeaBIOS
# ------------------------------------------------------------------------------
# download it using git