From 643a3c3af9a386384689cf74c59bf46a1f8420b8 Mon Sep 17 00:00:00 2001 From: Jodie Miu Date: Sat, 18 Nov 2017 03:15:00 -0500 Subject: [PATCH] Fixed formatting --- managing-os/hvm.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/managing-os/hvm.md b/managing-os/hvm.md index d0999b25..8d27c51b 100644 --- a/managing-os/hvm.md +++ b/managing-os/hvm.md @@ -29,10 +29,9 @@ First, let's create a new HVM domain. Use the `--hvm` switch to `qvm-create`, or qvm-create win7 --hvm --label green ~~~ -(The name of the domain ("win7") as well as its label ("green") are just exemplary of course). +The name of the domain ("win7") as well as its label ("green") are just exemplary of course. -It is unnecessary for Qubes 4 users to pass in the `--hvm` switch. To create a StandaloneVM in Qubes 4, use -the --class option, as VMs are template-based by default: +**Note:** It is unnecessary for Qubes 4 users to pass in the `--hvm` switch. To create a StandaloneVM in Qubes 4, use the --class option, as VMs are template-based by default: ~~~ qvm-create win7 --class StandaloneVM --label green