Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
【Solved】Replace pluggin configuration (control)
#6
OK. I make it clearly.

This is OK!
Code:
{
    "conf_replace": [
        xxx
    ]
}



This is OK!
Code:
{
    "conf_replace_legacy": [
        xxx
    ]
}


This is OK!
Code:
{
    "conf_replace_uefi": [
        xxx
    ]
}



This is OK!
Code:
{
    "conf_replace_legacy": [
        xxx
    ],
    "conf_replace_uefi": [
        xxx
    ]
}


This is NOT OK
Code:
{
    "conf_replace": [
        xxx
    ],
    "conf_replace_legacy": [
        xxx
    ]
}


This is NOT OK
Code:
{
    "conf_replace": [
        xxx
    ],
    "conf_replace_uefi": [
        xxx
    ]
}


This is NOT OK
Code:
{
    "conf_replace": [
        xxx
    ],
    "conf_replace_legacy": [
        xxx
    ],
    "conf_replace_uefi": [
        xxx
    ]
}


So your last config is OK.
You mean you have problem with conf_replace_uefi ?
Reply


Messages In This Thread
RE: Replace pluggin configuration (control) - by longpanda - 11-23-2020, 01:04 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)