From d6910de8b046f1a35f49edea63cfe6d63acfb04a Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Mon, 5 Feb 2018 15:56:51 +0000 Subject: [PATCH] fix line breaks --- configuration/resize-root-disk-image.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configuration/resize-root-disk-image.md b/configuration/resize-root-disk-image.md index eef31d8b..3c3567b4 100644 --- a/configuration/resize-root-disk-image.md +++ b/configuration/resize-root-disk-image.md @@ -53,7 +53,9 @@ Note: Size is the target size (i.e. 4096MB or 16GB, ...), not the size to add to ### Resize a StandaloneVM Root Image (R3.2) -Another way to increase the size of `root.img` is to turn your TemplateVM into a StandaloneVM. Doing this means it will have it's own root filesystem *(StandaloneVMs use a copy of template, instead of smart sharing)*. To do this run `qvm-create --standalone` from `dom0` console. +Another way to increase the size of `root.img` is to turn your TemplateVM into a StandaloneVM. +Doing this means it will have it's own root filesystem *(StandaloneVMs use a copy of template, instead of smart sharing)*. +To do this run `qvm-create --standalone` from `dom0` console. In `dom0` console run the following command (replace the size and path):