bugGNU GRUB - Bugs: bug #29558, Ignores menu entry with trailing...

 
 

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

bug #29558: Ignores menu entry with trailing space

Submitter:  Robert Ancell <robert_ancell>
Submitted:  Thu 15 Apr 2010 10:04:08 AM UTC
   
 
Category:  Configuration Severity:  Major
Priority:  5 - Normal Item Group:  Software Error
Status:  Fixed Privacy:  Public
Assigned to:  None Originator Name: 
Open/Closed:  Closed Release:  1.98
Release:  Reproducibility:  Every Time
Planned Release:  None

Mon 19 Apr 2010 01:40:36 AM UTC, comment #3: 

I don't have a good setup to test bzr releases.  If you can't reproduce in the latest please close as fixed.

Robert Ancell <robert_ancell>
Sat 17 Apr 2010 03:40:59 PM UTC, comment #2: 

Please retry with latest bzr trunk

Vladimir Serbinenko <phcoder>
Group administrator
Thu 15 Apr 2010 10:05:34 AM UTC, comment #1: 

Example had the wrong quotes, the correct example is (the --class is also not required):

"menuentry 'Dummy' {
set timeout=4
}"
(works)


"menuentry 'Dummy' {
set timeout=4
} "
(doesn't work)

Robert Ancell <robert_ancell>
Thu 15 Apr 2010 10:04:08 AM UTC, original submission:  

If the following is added to grub.cfg a new menuentry is shown as expected (quotes added for clarity)

"menuentry 'Dummy" --class windows {
        set timeout=4
}"

However if there is a trailing space on the close brace the entry does not show. i.e.

"menuentry 'Dummy" --class windows {
        set timeout=4
} "

Tested on 1.98-1ubuntu5 (Ubuntu 10.04)

Robert Ancell <robert_ancell>

 

(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 (Posted a comment)
  • -email is unavailable- added by robert_ancell (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
    2010-04-30 phcoder StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code