Ventoy Forums
Ventoy Boot Conf Replace Plugin - improvement ? - Printable Version

+- Ventoy Forums (https://forums.ventoy.net)
+-- Forum: Ventoy Plugin —— Ventoy 插件 (https://forums.ventoy.net/forumdisplay.php?fid=3)
+--- Forum: Ventoy Plugin Forum (https://forums.ventoy.net/forumdisplay.php?fid=4)
+--- Thread: Ventoy Boot Conf Replace Plugin - improvement ? (/showthread.php?tid=2045)



Ventoy Boot Conf Replace Plugin - improvement ? - fuse59 - 04-20-2022

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"
      }
    ]
}



RE: Ventoy Boot Conf Replace Plugin - improvement ? - longpanda - 04-20-2022

NO.
Only one file supported.