bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #37213] grub-mkconfig always prints "Generating grub.cfg"


From: Chris Mayo
Subject: [bug #37213] grub-mkconfig always prints "Generating grub.cfg"
Date: Tue, 28 Aug 2012 19:22:44 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1

URL:
  <http://savannah.gnu.org/bugs/?37213>

                 Summary: grub-mkconfig always prints "Generating grub.cfg"
                 Project: GNU GRUB
            Submitted by: cmayo
            Submitted on: Tue 28 Aug 2012 19:22:44 GMT
                Category: User Interface
                Severity: Major
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Chris Mayo
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 
                 Release: Bazaar - trunk
         Reproducibility: Every Time
         Planned Release: None

    _______________________________________________________

Details:

The name of the configuration file created can be passed with the -o option
but the message is always: "Generating grub.cfg".

Patch against 2.00:

--- util/grub-mkconfig.in.orig
+++ util/grub-mkconfig.in
@@ -224,7 +224,7 @@
   exec > "${grub_cfg}.new"
   umask $oldumask
 fi
-gettext "Generating grub.cfg ..." >&2
+gettext "Generating ${grub_cfg} ..." >&2
 echo >&2
 
 cat << EOF





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37213>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]