From 636722ccb587090ada28858b71378c231deab692 Mon Sep 17 00:00:00 2001 From: Olivier MEDOC Date: Sun, 29 Oct 2017 16:40:21 +0100 Subject: [PATCH] Makefile: add basic networking to the new install-corevm target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cbe14e9..473d3cc 100644 --- a/Makefile +++ b/Makefile @@ -384,7 +384,7 @@ install-deb: install-common install-systemd install-systemd-dropins install-syst mkdir -p $(DESTDIR)/etc/systemd/system/ install -m 0644 vm-systemd/haveged.service $(DESTDIR)/etc/systemd/system/ -install-corevm: install-rh install-common install-systemd install-sysvinit install-systemd-dropins +install-corevm: install-rh install-common install-systemd install-sysvinit install-systemd-dropins install-networking install-netvm: install-systemd-networking-dropins install-networkmanager install-netvm