GNU GRUB - Bugs: bug #64069, Completion doesn't handle submenu...
You are not allowed to post comments on this tracker with your current authentication level.
bug #64069: Completion doesn't handle submenu entries properly
Submitter: | Hans Fredrik Nordhaug <hansfn> | ||
Submitted: | Wed 19 Apr 2023 02:40:51 PM UTC | ||
Category: | Terminal | Severity: | Major |
Priority: | 5 - Normal | Item Group: | Software Error |
Status: | None | Privacy: | Public |
Assigned to: | None | Originator Name: | |
Open/Closed: | Open | Release: | Git master |
Release: | Reproducibility: | Every Time | |
Planned Release: | None |
Attached Files
file #54640: grub-completion.bash.in.patch added by hansfn (579B - application/octet-stream - Patch for grub-completion.bash.in)
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
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.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2023-04-19 | hansfn | Attached File | - | ![]() |
Added grub-completion.bash.in.patch, #54640 |
When using grub-set-default and grub-reboot (on Ubuntu 22.04), the tools expect
"Advanced options for Ubuntu>Ubuntu, with Linux ..."
not just
"Ubuntu, with Linux ...".
This small patch fixes the completion so the correct / complete strings are suggested.