From ea633dc95f6a8d45511911239638d1064b9900df Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 14 Oct 2015 22:18:00 -0400 Subject: download/seabios: say SeaBIOS, not GRUB --- (limited to 'resources') 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 -- cgit v0.9.1