diff options
author | Jaroslav Henner <jhenner@redhat.com> | 2015-09-30 21:38:38 +0200 |
---|---|---|
committer | Jaroslav Henner <jhenner@redhat.com> | 2015-09-30 21:38:38 +0200 |
commit | 3fd0d61de2c55bbd3c98b62d103fdb540a9aef3d (patch) | |
tree | da6cdc22449b3ec9232c8fe771f6e90d8f9958fd /README_libvirt.md | |
parent | 39e08fa0ce3b7a8757b4f6c869b498283f6ba2d2 (diff) | |
download | openshift-3fd0d61de2c55bbd3c98b62d103fdb540a9aef3d.tar.gz openshift-3fd0d61de2c55bbd3c98b62d103fdb540a9aef3d.tar.bz2 openshift-3fd0d61de2c55bbd3c98b62d103fdb540a9aef3d.tar.xz openshift-3fd0d61de2c55bbd3c98b62d103fdb540a9aef3d.zip |
Fix newline
Diffstat (limited to 'README_libvirt.md')
-rw-r--r-- | README_libvirt.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README_libvirt.md b/README_libvirt.md index 1a710ff3b..3f8bbb5f0 100644 --- a/README_libvirt.md +++ b/README_libvirt.md @@ -94,7 +94,8 @@ dns=dnsmasq - Configure dnsmasq to use the Virtual Network router for example.com: ```sh -sudo vi /etc/NetworkManager/dnsmasq.d/libvirt_dnsmasq.conf server=/example.com/192.168.55.1 +sudo vi /etc/NetworkManager/dnsmasq.d/libvirt_dnsmasq.conf +server=/example.com/192.168.55.1 ``` Test The Setup |