GNU GRUB - Bugs: bug #58913, Allow rescue parser to parse...
You are not allowed to post comments on this tracker with your current authentication level.
bug #58913: Allow rescue parser to parse comments
Submitter: | g10 | ||
Submitted: | Sat 08 Aug 2020 01:52:45 AM UTC | ||
Category: | None | Severity: | Major |
Priority: | 5 - Normal | Item Group: | Feature Request |
Status: | None | Privacy: | Public |
Assigned to: | None | Originator Name: | |
Open/Closed: | Open | Release: | Git master |
Release: | Reproducibility: | Every Time | |
Planned Release: | None |
No files currently attached
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.
No changes have been made to this item
It is useful to have comments in scripts parsed by the rescue parser, even though it is only for limited use cases and it's trivial to add the comment parsing capability. Even though comment are currently treated as unknown commands and thus harmless. Errors are output which confuse (see this issue) and are not aesthetically pleasing.
I've attached a patch that adds this feature by only changing one line. I hope this patch will be accepted, but if not at least it might be useful to others search on this issue.