From 957ef651001ce74555e5838b612019cd0b414d22 Mon Sep 17 00:00:00 2001 From: Mikhail Gordeev Date: Thu, 10 Feb 2022 21:44:06 +0300 Subject: [PATCH] basealt.mk: specify network backend for netplan in alt-workstation-cloud --- conf.d/basealt.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/basealt.mk b/conf.d/basealt.mk index 33a13eee..4696a6b7 100644 --- a/conf.d/basealt.mk +++ b/conf.d/basealt.mk @@ -105,6 +105,6 @@ endif vm/alt-workstation-cloud: vm/cloud-systemd use/x11/lightdm/gtk \ mixin/alt-workstation - @$(call add,THE_PACKAGES,cloud-init-config-netplan) + @$(call add,THE_PACKAGES,cloud-init-config-netplan systemd-networkd) @$(call add,SYSTEMD_SERVICES_DISABLE,network.service) endif