diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2017-02-07 15:57:10 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2017-02-07 15:57:10 -0500 |
commit | 722dd6be8182c33537a99cc80add34c3fc2c644d (patch) | |
tree | f9238d6a20e97e26e3c900101a5a1aee5938be77 | |
parent | 3dcdb58a151438a8ea71bb314d5b88518279d739 (diff) | |
download | kvm-manager-722dd6be8182c33537a99cc80add34c3fc2c644d.tar.gz kvm-manager-722dd6be8182c33537a99cc80add34c3fc2c644d.tar.bz2 |
more markdown cleanup
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -35,6 +35,7 @@ Dependencies Recommendations +++++++++++++++ + * `openssh-server` : i've been using ssh to access the vm's serial console INSTALLATION @@ -110,7 +111,7 @@ host server and offering addresses over your bridge interface. Then, indicate that the server should boot via the network with: - touch /home/$GUESTNAME/vms/$GUESTNAME/netboot + touch /home/$GUESTNAME/vms/$GUESTNAME/netboot Alternatively, you can make a debian boot ISO image: |