bugGNU GRUB - Bugs: bug #37213, grub-mkconfig always prints...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

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

Submitter:  Chris Mayo <cmayo>
Submitted:  Tue 28 Aug 2012 07:22:44 PM UTC
   
 
Category:  User Interface Severity:  Major
Priority:  5 - Normal Item Group:  None
Status:  Fixed Privacy:  Public
Assigned to:  None Originator Name:  Chris Mayo
Open/Closed:  Closed Release:  Bazaar - trunk
Release:  Reproducibility:  Every Time
Planned Release:  None

Tue 28 Aug 2012 07:22:44 PM UTC, original submission:  

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

Chris Mayo <cmayo>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by phcoder (Updated the item)
  • -email is unavailable- added by cmayo (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-11-20 phcoder StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code