Updated README.md
This commit is contained in:
parent
c3495b4515
commit
4bb335ad7a
16
README.md
16
README.md
|
@ -1,22 +1,18 @@
|
||||||
homebrew-virt-manager
|
homebrew-virt-manager
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
Updated/new formulae to build virt-manager on Mac OSX.
|
Updated/new formulae to build `virt-manager` and `virt-viewer` on Mac OSX.
|
||||||
|
|
||||||
Included is a set of formulas covering a subset of virt-manager dependencies.
|
|
||||||
Also included is a work-in-progress formula for virt-manager.
|
|
||||||
|
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
brew tap jeffreywildman/homebrew-virt-manager
|
brew tap jeffreywildman/homebrew-virt-manager
|
||||||
brew install virt-manager
|
brew install virt-manager virt-viewer
|
||||||
|
|
||||||
|
|
||||||
# Notes
|
# Notes
|
||||||
|
|
||||||
* For remote URIs, the libvirt socket location may need to be overridden to prevent socket hangups, see [www.jedi.be](http://www.jedi.be/blog/2011/09/13/libvirt-fog-provider/#macosx-remote-libvirt-client-).
|
* For remote URIs, the `libvirt` socket location may need to be overridden to prevent socket hangups, see [www.jedi.be](http://www.jedi.be/blog/2011/09/13/libvirt-fog-provider/#macosx-remote-libvirt-client-).
|
||||||
|
|
||||||
virt-manager -c qemu+ssh://user@libvirthost/system?socket=/var/run/libvirt/libvirt-sock
|
virt-manager -c qemu+ssh://user@libvirthost/system?socket=/var/run/libvirt/libvirt-sock
|
||||||
|
virt-viewer -c qemu+ssh://user@libvirthost/system?socket=/var/run/libvirt/libvirt-sock
|
||||||
|
|
||||||
* SSH passwords for connecting to remote URIs are not prompted unless --debug or --no-fork is used to start virt-manager.
|
* SSH passwords for connecting to remote URIs are not prompted unless `--debug` or `--no-fork` is used to start `virt-manager`.
|
||||||
|
|
Loading…
Reference in a new issue