Hello !
Is it possible in a future version for the same linux iso to replace several files ?
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"
}
]
}