From 7c436b42c3694131e82e409d9ac2946f84e76b62 Mon Sep 17 00:00:00 2001 From: David Breese Date: Mon, 7 May 2018 00:16:06 -0500 Subject: [PATCH] README (Debian install): Don't autorun dnsmasq Current install instructions for Debian/Ubuntu install the package "dnsmasq", which results in dnsmasq being immediately started and configured to run as a system service. This is probably not something vagrant-libvirt users typically want. Instead, package "dnsmasq-base" exists, which achieves precisely what is probably desired here. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a49240..7997646 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ vagrant-libvirt. This depends on your distro. An overview: * Ubuntu 12.04/14.04/16.04, Debian: ```shell apt-get build-dep vagrant ruby-libvirt -apt-get install qemu libvirt-bin ebtables dnsmasq +apt-get install qemu libvirt-bin ebtables dnsmasq-base apt-get install libxslt-dev libxml2-dev libvirt-dev zlib1g-dev ruby-dev ```