aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-06 14:47:20 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-10-06 14:47:20 -0300
commitb9331718efcced4573551628425168aee647eb12 (patch)
tree3b0a799973d353d7b65894be599cf656cbe8d92d /README.md
parent90c7f5fec1ca77a7c57eed63f47b2a49e3e44f8a (diff)
downloadkvmx-b9331718efcced4573551628425168aee647eb12.tar.gz
kvmx-b9331718efcced4573551628425168aee647eb12.tar.bz2
Three-step manual guest setup
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
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 <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