* util/grub-mkconfig.in: Say explicit "grub configuration" rather
than grub.cfg.
This commit is contained in:
parent
48eb35cd78
commit
ca120e31f2
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue