SoftwareUpdateVM changed

Explicitly warn that software installed in an AppVM disapears after reboot
This commit is contained in:
Joanna Rutkowska 2013-04-29 08:40:46 +00:00
parent efefc99289
commit 12d38cf12a

View File

@ -16,6 +16,8 @@ In addition to saving on the disk space, and reducing domain creation time, anot
The default template is called **fedora-14-x64** in Qubes R1 and **fedora-18-x64** in Qubes R2 Beta2.
The side effect of this mechanism is, of course, that if you install any software in your AppVM, more specifically in any directory other than `/home` or `/usr/local` then it will disappear after the AppVM reboot (as the root filesystem for this AppVM will again be "taken" from the Template VM). **This means one normally install software in the Template VM, not in AppVMs.**
Installing (or updating) software in the template VM
----------------------------------------------------