]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Testing your manual image
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 6 Oct 2017 17:42:57 +0000 (14:42 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 6 Oct 2017 17:42:57 +0000 (14:42 -0300)
README.md

index 6d9df068e06c307767c302766ec94aec87c57f78..1a1eab975968c85bc5f41ee3783fee710a0e3ff2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ Then, before, doing `kvmx up`, do something like the following example:
     kvm -m 2048 -net nic,model=virtio -net user -drive file=box.raw,format=raw -cdrom ~/path/to/installation.iso 
 
     # Convert image to qcow2 format
-    qemu-img convert -O qcow2 bow.raw box.img
+    qemu-img convert -O qcow2 box.raw box.img
 
 If you want OpenSSH functionality, make sure to create an user and set a password
 related to the configuration present at the project's `kvmxfile`. Also, make sure
@@ -79,6 +79,14 @@ to to create an OpenSSH keypair for this virtual machine and put the public key
 into the guest user's home folder. Passwordless sudo might also be desired for the
 full development functionality.
 
+Test your new system with
+
+    kvm -m 2048 -net nic,model=virtio -net user -drive file=box.img
+
+Then, if everything is fine, stop the guest and turn it on again, this time with
+
+    kvmx up <guest>
+
 ## Further development
 
 * Fix isolinux support: