Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
【Solved】Replace pluggin configuration (control)
#4
You should set as follows:
Code:
{
    conf_replace_legacy": [
        {
            "iso": "/ISO/ubuntu-20.04.1-desktop-amd64.iso",
            "org": "/isolinux/txt.cfg",
            "new": "/Menus/Legacy-20.04.cfg"
        }
    ],

    conf_replace_uefi": [
        {
            "iso": "/ISO/ubuntu-20.04.1-desktop-amd64.iso",
            "org": "/boot/grub/grub.cfg",
            "new": "/Menus/ubuntu-20.04_grub.cfg"
        }
    ] 
}
Reply


Messages In This Thread
RE: Replace pluggin configuration (control) - by longpanda - 11-22-2020, 03:47 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)