diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-06 14:42:57 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-06 14:42:57 -0300 |
commit | 5d90d8319ab8d2dd3ad10202e24b390a65d33500 (patch) | |
tree | bedd83a58022bf43af831d563d02ae5dd1a09a4f /README.md | |
parent | b6410cce7d2e429addaf4cc6a4a2da10173abfad (diff) | |
download | kvmx-5d90d8319ab8d2dd3ad10202e24b390a65d33500.tar.gz kvmx-5d90d8319ab8d2dd3ad10202e24b390a65d33500.tar.bz2 |
Testing your manual image
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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: |