* util/grub-mkconfig.in: Say explicit "grub configuration" rather

than grub.cfg.
This commit is contained in:
Vladimir Serbinenko 2013-11-20 10:18:19 +01:00
parent 48eb35cd78
commit ca120e31f2
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-11-20 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-mkconfig.in: Say explicit "grub configuration" rather
than grub.cfg.
2013-11-20 Vladimir Serbinenko <phcoder@gmail.com>
* coreboot.cfg: Add missing file.

View file

@ -225,7 +225,7 @@ if test "x${grub_cfg}" != "x"; then
exec > "${grub_cfg}.new"
umask $oldumask
fi
gettext "Generating grub.cfg ..." >&2
gettext "Generating grub configuration file ..." >&2
echo >&2
cat << EOF