diff options
author | Francis 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) |
commit | ea633dc95f6a8d45511911239638d1064b9900df (patch) | |
tree | 58e6455a586e9f9a17fbb398606376c30a23398d /resources/scripts/helpers/download | |
parent | cb0f79033fa366f1348629e66cf567b979db84ef (diff) | |
download | libreboot-ea633dc95f6a8d45511911239638d1064b9900df.zip libreboot-ea633dc95f6a8d45511911239638d1064b9900df.tar.gz libreboot-ea633dc95f6a8d45511911239638d1064b9900df.tar.bz2 |
download/seabios: say SeaBIOS, not GRUB
Diffstat (limited to 'resources/scripts/helpers/download')
-rwxr-xr-x | resources/scripts/helpers/download/seabios | 6 |
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 |