I am having some trouble using custom-persist.
After looking at the Custom Persist documentation I decided to try it out. From my understanding you are supposed to enable the Custom Persist service on a specific app qube by running the following in dom0:
qvm-service -e <app-qube> custom-persist
My understanding is that after you run the command, directories like /home and /usr/local in the app qube in question should no longer be persistent.
I ran the command above, passing the name of my app qube. As a test, I powered up the app qube, created a new directory in my home folder and reboot the app qube. But after the reboot I found that the directory still exists.
Does anyone have an idea of what is going wrong here?