(01-25-2022, 08:53 AM)Steve2926 Wrote: You just add the persistence file and then add an entry into the ventoy.json fileHello,
https://ventoy.net/en/plugin_persistence.html
That's what I've done and tested.
My content ventoy\ventoy.json
{
"persistence": [
{
"image": "/ISO/ubuntu-21.04-desktop-amd64.iso",
"backend": "/persistence/persistence_ext4_512MB_casper-rw.dat"
},
{
"image": "/ISO/ubuntu-21.04-desktop-amd64.iso",
"backend": "/persistence/persistence_ext4_512MB_writable.dat"
}
]
}