From: Silvio Rhatto Date: Fri, 6 Oct 2017 17:47:20 +0000 (-0300) Subject: Three-step manual guest setup X-Git-Tag: 0.1.0~376 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b9331718efcced4573551628425168aee647eb12;p=kvmx.git Three-step manual guest setup --- diff --git a/README.md b/README.md index 21c0e35..52a64e7 100644 --- 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 /var/cache/qemu/ - cd /var/cache/qemu/ - qemu-img create -f qcow2 box.img 10G + qemu-img create -f qcow2 /var/cache/qemu/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//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