Ventoy Forums

Full Version: Ventoy Boot Conf Replace Plugin - improvement ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello !

Is it possible in a future version for the same linux iso to replace several files ?

Code:
{
    "conf_replace": [
      {
            "iso": "/iso/clonezilla-live-2.8.1-12-amd64.iso",
            "org1": "/boot/grub/grub.cfg",
            "new1": "/path/new-grub.cfg",
        "org2": "/boot/grub/ocswp-grub2.png",
            "new2": "/path/new-logo.png"
      }
    ]
}
NO.
Only one file supported.