From ceeedca0b387dfcb803174c3e9278bbf72cdd835 Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Sun, 27 Jul 2014 08:42:21 +0000 Subject: [PATCH] TemplateImplementation changed Fix img url --- TemplateImplementation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TemplateImplementation.md b/TemplateImplementation.md index a84959fc..a02114de 100644 --- a/TemplateImplementation.md +++ b/TemplateImplementation.md @@ -46,7 +46,7 @@ TemplateVM has a shared root.img across all AppVMs that are based on it. This me 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) +[![No image "TemplateSharing2.png" attached to TemplateImplementation](/chrome/common/attachment.png "No image "TemplateSharing2.png" attached to TemplateImplementation")](/attachment/wiki/TemplateImplementation/TemplateSharing2.png) Snapshot device in Dom0 -----------------------