diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-07 14:15:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-07 14:15:23 -0300 |
commit | 3a0a0b17af88c5d8b33c09acb2154045bf2a25af (patch) | |
tree | 00ff5962219ae28dddd177448e502e8faea2897a /README.md | |
parent | 3cef0284b124696938645e11eae9a8ae2def9e60 (diff) | |
download | kvmx-3a0a0b17af88c5d8b33c09acb2154045bf2a25af.tar.gz kvmx-3a0a0b17af88c5d8b33c09acb2154045bf2a25af.tar.bz2 |
Another way to test manual VM installs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ Passwordless sudo might also be desired for the full development functionality. You can test your new system with - kvm -m 2048 -net nic,model=virtio -net user -drive file=box.img + kvmx install <project-name> /dev/null Then, if everything is fine, stop the guest and turn it on again, this time with |