basealt.mk: specify network backend for netplan in alt-workstation-cloud

This commit is contained in:
Mikhail Gordeev 2022-02-10 21:44:06 +03:00 committed by Anton Midyukov
parent ebe22ccddd
commit 957ef65100

View File

@ -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