bugGNU GRUB - Bugs: bug #64385, Add GRUB_CMDLINE_LINUX_* variable...

 
 

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

bug #64385: Add GRUB_CMDLINE_LINUX_* variable for recovery mode only

Submitter:  jidanni
Submitted:  Wed 05 Jul 2023 03:17:19 PM UTC
   
 
Category:  None Severity:  Major
Priority:  5 - Normal Item Group:  None
Status:  None Privacy:  Public
Assigned to:  None Originator Name: 
Open/Closed:  Open Release:  Git master
Release:  Reproducibility:  None
Planned Release:  None

Wed 12 Jul 2023 02:29:23 PM UTC, comment #1: 

We see the problem lies in /etc/grub.d/10_linux

if [ -x /lib/recovery-mode/recovery-menu ]; then
    GRUB_CMDLINE_LINUX_RECOVERY=recovery
else
    GRUB_CMDLINE_LINUX_RECOVERY=single

GRUB_CMDLINE_LINUX_RECOVERY gets born here, with no way for the user to get his hands on it before hand, except by damaging the file.

It should instead first appear as

GRUB_CMDLINE_LINUX_RECOVERY="$GRUB_CMDLINE_LINUX_RECOVERY bla bla bla"


jidanni
Wed 05 Jul 2023 03:17:19 PM UTC, original submission:  
jidanni

 

(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 jidanni (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.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code