Skip to content

mxgrub: Use single quotes for Linux command line variable #446

Merged
merged 1 commit into from
Feb 21, 2025

Commits on Feb 20, 2025

  1. mxgrub: Use single quotes for Linux command line (KERNEL_PARAMETER)

    Some Linux command line parameters use double quotes themselves, like:
    
        dyndbg="module e1000e +flmpt"
    
    Instead of having to change the outer quotes manually to single quotes,
    or quoting the quotes, use single quotes.
    pmenzel committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    1214b6d View commit details
    Browse the repository at this point in the history