I am struggling to follow the documentation to get this working - wonder if someone can fill in the gaps for me.
At the moment I have a “browser” AppVM and I figure that actually my browser should probably be running in a disposable. So I want to setup a custom disposable template with my chosen browser and some trusted bookmarks, and then create a fully volatile named disposable VM.
The documentation says I have to base my template on an AppVM rather than a template so I’m doing this -
- Create new AppVM named custom-browser-dvm-template based on fedora-40-xfce template.
- Install my chosen browser into custom-browser-dvm-template
- Tick disposable template box. Shut down.
- Create disposable VM based on custom-browser-dvm-template. It’s missing the browser of course because custom-browser-dvm-template was an AppVM with volatile root when it was started.
Does this make sense? How do I get from the default fedora-40-xfce template to having a disposable template? Do I have to clone fedora-40-xfce to fedora-40-xfce-custom, make changes to this and then create an AppVM and make this AppVM a disposable template and then from there create a named disposable?