aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-06 14:45:00 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-10-06 14:45:00 -0300
commit90c7f5fec1ca77a7c57eed63f47b2a49e3e44f8a (patch)
tree786e40ad2264b23237f05650ba736143d359face /README.md
parent5d90d8319ab8d2dd3ad10202e24b390a65d33500 (diff)
downloadkvmx-90c7f5fec1ca77a7c57eed63f47b2a49e3e44f8a.tar.gz
kvmx-90c7f5fec1ca77a7c57eed63f47b2a49e3e44f8a.tar.bz2
Create qcow2 images directly at manual setup
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index 1a1eab9..21c0e35 100644
--- a/README.md
+++ b/README.md
@@ -65,13 +65,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 raw box.raw 10G
+ qemu-img create -f qcow2 box.img 10G
# Install the Operating System
- 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 box.raw box.img
+ kvm -m 2048 -net nic,model=virtio -net user -drive file=box.img -cdrom ~/path/to/installation.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