From 80d5a605784d072d6074f5802bc2de66d1e73ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Thu, 15 Sep 2011 19:16:22 +0000 Subject: [PATCH] TemplateImplementation changed --- TemplateImplementation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TemplateImplementation.md b/TemplateImplementation.md index dda126dd..0c4f51a1 100644 --- a/TemplateImplementation.md +++ b/TemplateImplementation.md @@ -12,7 +12,7 @@ TemplateVM has a shared root.img across all AppVMs that are based on it. This me - root.img can be modified while there are AppVMs running - without corrupting the filesystem - multiple AppVMs that are using different versions of root.img (from various points in time) can be running concurrently -There are two layers of the device-mapper snapshot device; the first one enables modifying root.img without stopping the AppVMs and the second one, which is contained in the AppVM, enables modifying its filesystem. These modifications will be discarded after a restart of the AppVM. +There are two layers of the device-mapper snapshot device; the first one enables modifying root.img without stopping the AppVMs and the second one, which is contained in the AppVM, enables temporal modifications to its filesystem. These modifications will be discarded after a restart of the AppVM. [![TemplateSharing2.png](/chrome/site/../../../site/TemplateSharing2.png "TemplateSharing2.png")](/chrome/site/../../../site/TemplateSharing2.png)