]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Three-step manual guest setup
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 6 Oct 2017 17:47:20 +0000 (14:47 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 6 Oct 2017 17:47:20 +0000 (14:47 -0300)
README.md

index 21c0e3546461c947f501cbb404b0d6ead3e480c3..52a64e718dc6bf2a7405fe308fae2556c5a3db22 100644 (file)
--- a/README.md
+++ b/README.md
@@ -64,11 +64,10 @@ Then, before, doing `kvmx up`, do something like the following example:
 
     # Create the environment
     kvmx init <guest> /var/cache/qemu/<guest>
-    cd /var/cache/qemu/<guest>
-    qemu-img create -f qcow2 box.img 10G
+    qemu-img create -f qcow2 /var/cache/qemu/<guest>box.img 10G
 
     # Install the Operating System
-    kvm -m 2048 -net nic,model=virtio -net user -drive file=box.img -cdrom ~/path/to/installation.iso 
+    kvm -m 2048 -net nic,model=virtio -net user -drive file=/var/cache/qemu/<guest>/box.img -cdrom ~/path/to/install.iso 
 
 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