From 222c58952277f094aaabeb354c2acfd9c315a550 Mon Sep 17 00:00:00 2001 From: Alex Dubois Date: Mon, 12 Feb 2018 07:08:03 +0000 Subject: [PATCH] typo grrr --- managing-os/hvm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/managing-os/hvm.md b/managing-os/hvm.md index 702251ec..e120b458 100644 --- a/managing-os/hvm.md +++ b/managing-os/hvm.md @@ -58,7 +58,7 @@ or qvm-start win7 --cdrom=dom0:/usr/local/iso/win7_en.iso ~~~ -The above first command assumes the installation ISO was transferred to a DispVM (copied using `dd` command from an installation CDROM for example). The second is for when the iso is in Dom0, which is not recomended. If one wishes to use the actual physical media without copying it first to a file, then one can just pass `/dev/cdrom` as an argument to `--cdrom`: +The above first command assumes the installation ISO was transferred to a DispVM (copied using `dd` command from an installation CDROM for example). The second is for when the iso is in Dom0, which is not recommended. If one wishes to use the actual physical media without copying it first to a file, then one can just pass `/dev/cdrom` as an argument to `--cdrom`: ~~~ qvm-start win7 --cdrom=/dev/cdrom