-
-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows doc patch #578
Windows doc patch #578
Conversation
managing-os/hvm.md
Outdated
@@ -53,9 +54,11 @@ Now we need to install an OS inside this VM. This can be done by attaching an i | |||
|
|||
~~~ | |||
qvm-start win7 --cdrom=/usr/local/iso/win7_en.iso |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On R4.0, dom0:
prefix is required for dom0 iso. It is optional in R3.2, so better include it to have the same command for both versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed the Dom0 prepend as suggested. Also made the use of a TempIsoVM prefered to use Dom0 to host .iso
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixing travis errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo grrr
qvm-create command to have a working hvm shell to install Windows7